@extends('manager.layouts.master') @section('content')

All Branch

@csrf
 
 
@forelse($branchList as $key=>$branch) @empty @endforelse
Id Name Email Phone Address
{{ $key+1 }} {{ $branch->name }} {{ $branch->email }} {{ $branch->phone }} {{ $branch->address }}
No Information
{{ $branchList->appends(['search'=>request()->search])->links() }}
@endsection