@extends('layouts.app') @section('title', 'Branches') @section('content')
| ID | Name | Address | Contacts | Location | Branch Code | Actions |
|---|---|---|---|---|---|---|
| {{ $branch->id }} | {{ $branch->name }} | {{ $branch->address }} | {{ $branch->contacts }} | {{ $branch->location }} | {{ $branch->branch_code }} | |
| No branches found. | ||||||