@extends('layouts.admin') @section('title', 'Branch Management') @section('page-title', 'Branch Management') @section('content')
School Structure / Branch Management
| Branch Name | School Name | Contact Person | Contact Number | Address | Actions |
|---|---|---|---|---|---|
| {{ $branch->name }} | {{ $branch->school->name }} | {{ $branch->contact_person ?? 'N/A' }} | {{ $branch->contact_number ?? 'N/A' }} | {{ $branch->address ?? 'N/A' }} | |
| No branches found. Click "Add Branch" to create one. | |||||