{{ $company->company_name }}

@if (session('success')) @endif @if (session('error')) @endif
@forelse ($branches as $index => $branch) @empty @endforelse
ID OFFICE ADDRESS PHONE COMPANY
{{ $branch->id}} {{ $branch->name }} {{ $branch->address }} {{ $branch->phone }} {{ $company->company_name }}
No Office found.
@if($branches->lastPage()>1) {{ $branches->links() }} @endif @if($branches->total() <= 10)

Showing {{ $branches->firstItem() }} to {{ $branches->lastItem() }} of {{ $branches->total() }} branches

@else

@endif