Manage branches for this dealer.
| Name | Code | Address | Default | Active | Users | Created | Actions |
|---|---|---|---|---|---|---|---|
| {{ $branch->name }} | {{ $branch->code ?? '—' }} | {{ $branch->address }} | @if ($branch->is_default) Default @else — @endif | @if ($branch->is_active) Active @else Inactive @endif | {{ $branch->users_count ?? 0 }} | {{ $branch->created_at?->format('Y-m-d') ?? '—' }} |
Edit
Manage Users
@if (! $branch->is_default)
@endif
@if (! $branch->is_default)
@endif
|
| No branches found. | |||||||