| ID | Code | Name | City | Contact | Status | Actions | |
|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $branch->branch_code }} | {{ $branch->branch_name }} | {{ $branch->city }} | {{ $branch->contact_number }} | {{ $branch->email }} | @if($branch->status == 'active') Active @else Inactive @endif | Edit @if(Gate::check('branch-delete')) @endif |
| No branches found. | |||||||
{{ $branches->links() }}