@include('inc.header-inc')
{{ ucwords($title) }}
@csrf
@foreach ($department as $key=>$dept) @include('inc.modal.deleteDepartment') @endforeach
# ADDED BY DEPARTMENT CREATED AT ACTION
{{$key+1}} {{ucwords($dept->user->name)}} {{ucwords(strtolower($dept->department))}} {{date('F d, Y', strtotime($dept->date_added))}} @if($dept->status_code_id != 7) @else @endif
@include('inc.modal.modalloader') @include('inc.footer-inc')