Department List Department
@if (is_null($departments) || empty($departments))

Currently No Information Available!

@else @if (session('message'))
× {{ session('message') }}.
@endif
{{-- department Table goes here --}} @php $sl=0 @endphp @foreach ($departments as $department) @endforeach
Sl# Company Name Department Name Actions
{{ ++$sl }} {{ $department->company->name }} {{ $department->name }} {{--
@csrf @method('delete')
--}}
@endif