@section('pageTitle','Branches')

Branches

@if(Gate::allows('allow-create','module-areas')) @endif
@forelse ($branches as $b) @empty @endforelse
Code Name Type Area Status Details
{{ $b->branch_code }} {{ $b->branch_name }} {{ $b->type_label }} {{ $b->area_name }} $b->status == 0,'text-danger' => $b->status == 1])>{{ $b->status_label }} Code: {{ $b->branch_code }}
Name: {{ $b->branch_name }}
Type: {{ $b->type_label }}
Area: {{ $b->area_name }}
Status: $b->status == 0,'text-danger' => $b->status == 1])>{{ $b->status_label }}
@if(Gate::allows('allow-delete','module-branches')) @endif
NO DATA
@push('custom-scripts') @endpush