@include('admin.cabi_rides.masters.master-navbar')
@if(session('success')) @endif @if(session('error')) @endif

Duty Supporters

Add New
@forelse($dutySupporters ?? [] as $index => $supporter) @empty @endforelse
# Name Type Mobile Branches Status Actions
{{ $index + 1 }} {{ $supporter->name }} {{ ucfirst($supporter->type) }} {{ $supporter->mobile_number }} {{ $supporter->branches->pluck('name')->join(', ') }} @if($supporter->is_active) Active @else Inactive @endif
No duty supporters found.
@push('js') @endpush