Manage branch locations and settings
| Code @if($sortField === 'code') @endif | Name @if($sortField === 'name') @endif | Location @if($sortField === 'city') @endif | Manager @if($sortField === 'manager_name') @endif | Status | Users | Actions |
|---|---|---|---|---|---|---|
|
{{ $branch->code }}
|
{{ $branch->name }}
@if($branch->phone)
{{ $branch->phone }}
@endif
|
{{ $branch->city }}@if($branch->state), {{ $branch->state }}@endif
@if($branch->address)
{{ $branch->address }}
@endif
|
{{ $branch->manager_name ?? 'Not assigned' }}
@if($branch->email)
{{ $branch->email }}
@endif
|
{{ $branch->is_active ? 'Active' : 'Inactive' }} | {{ $branch->users()->count() }} users | |
No branches foundGet started by creating a new branch. @can('create', App\Models\Branch::class) @endcan |
||||||