@extends('layouts.app') @section("title", "SaveSpace - Departments") @section('pageTitle', 'Departments') @section('head') @endsection @section('content')
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
|
ID | Name | Code | Created by | Created at | Updated at | Directory | Actions | |
---|---|---|---|---|---|---|---|---|---|
{{$department->id }} | {{ $department->name }} | {{ $department->code }} | {{ $department->getCreatedByName() }} | {{ date('d.m.Y - H:i', strtotime($department->created_at)) }} | @if($department->updated_at==NULL)/ | @else{{ date('d.m.Y - H:i', strtotime($department->updated_at)) }} | @endif{{ $department->location }} | $department->id]) }}" class="text-secondary" data-toggle="tooltip" title="Edit"> |