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

All Branch

@foreach($branchList as $key=>$branch) @endforeach
Id Name Email Phone Address
{{ $key+1 }} {{ $branch->name }} {{ $branch->email }} {{ $branch->phone }} {{ $branch->address }}
@endsection