{{$firmOffices->total()}} Records

@if(count($firmOffices) > 0) @foreach ($firmOffices as $firmOffice) @endforeach @else @endif
Id Name Firm Actions
{{$firmOffice->id}} {{$firmOffice->name ?? '-'}} {{$firmOffice->firm->name ?? '-'}} Review
No records found
{{ $firmOffices->onEachSide(1)->links('pagination::bootstrap-5') }}