@if (is_null($designations) || empty($designations))
@else
@if (session('message'))
Currently No Information Available!
×
{{ session('message') }}.
@endif
{{-- Create --}}
{{-- designation Table goes here --}}
Sl# | Division Name | Name | Actions |
---|---|---|---|
{{ ++$sl }} | {{ $designation->division->name }} | {{ $designation->name }} |
{{-- $designation->id]) }}>Edit
$designation->id]) }}>Show --}}
|