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

@if(count($firmOffices) > 0) @foreach ($firmOffices as $office) @endforeach @else @endif
Name Display Name Address State Country Actions
{{$office->name}} {{$office->display_name}} {{$office->address_1 ?? '-'}} {{ $office->state_name ?? $office->state->name ?? '-' }} {{$office->country->name ?? '-'}} Edit
No records found
{{ $firmOffices->onEachSide(1)->links('pagination::bootstrap-5') }}