Sub Particular List Sub Particular
@if (is_null($sub_particulars) || empty($sub_particulars))

Currently No Information Available!

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