Department Create

@include('layouts.admin.alerts') @if (count($department)>0) @foreach ($department as $item) @endforeach
# Name Designation Position Profile Action
{{ $no++ }} {{ $item->name }} {{ $item->designation }} {{ $item->position }} Edit
@csrf {{ method_field('DELETE') }}
@else No Department Added Yet @endif