@extends('layouts.super-admin') @section('title', 'Branch Management') @section('page_title', 'Branch Management') @section('content')
| Branch Name | Client (Brand) | Slug | Location | Status | Actions |
|---|---|---|---|---|---|
| {{ $branch->name }} | {{ $branch->client->name }} | {{ $branch->slug }} | {{ $branch->address ?? 'N/A' }} | @if($branch->active) Online @else Offline @endif | |
| No branches found. | |||||