@extends('layouts.app') @section("title", "Departments") @section('pageTitle', 'Department List') @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"> $category->id]) }}" data-target="#deleteModal" data-toggle="modal" title="Delete"> |