@include('includes.header')
{{-- @dd($contents) --}}
Home / Departments
{{-- @dd($departments) --}}
# |
Name |
Description |
Action |
@if(!empty($departments) && $departments->count())
{{-- @dd($departments) --}}
@php $sn=1; @endphp
@foreach($departments as $key => $value)
{{$sn}} |
{{$value->name}} |
{{$value->description}} |
Edit |
@php $sn++; @endphp
@endforeach
@else
No Department Yet |
@endif
@include('includes.footer')