# |
Service |
SubService |
Status |
Action |
@if (!empty($subservices) && $subservice->count())
@foreach ($subservices as $key => $subservice)
{{ $loop->iteration }} |
{{ $subservice->service?->name }}
|
{{ $subservice->name }}
|
@if ($subservice->status === null)
Pending Verification
@elseif ($subservice->status === 0)
Inactive
@else
Active
@endif
|
|
@endforeach
@else
No matching records found |
@endif
{{ $subservices->links() }}