@extends('layouts.app') @section("title", "Departments") @section('pageTitle', 'Department List') @section('head') @endsection @section('content')
{{-- --}} @foreach($departments as $department) @endforeach
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
ID Name Code Created by Creation date Actions
{{$department->id }} {{ $department->name }} {{ $department->code }} {{ $department->getCreatedByName() }} {{ date('d.m.Y', strtotime($department->created_at)) }} $department->id]) }}" class="text-secondary" data-toggle="tooltip" title="Edit"> $department->id]) }}" data-method="delete" title="Delete">
@endsection @section('script') @endsection