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