@include('includes/notifications')
{{--Branch Groupings--}}

Branch Groups

@if(count($branchGroupings) > 0) @foreach($branchGroupings as $branchGrouping) @endforeach @endif
Abbreviation Group Action
{{ $branchGrouping->abbreviation }} {{ $branchGrouping->name }}

Branches

@if(count($branches) > 0) @foreach($branches as $branch) @endforeach @else @endif
Company Branch Group Action
{{ $branch->company_code . ' - ' . $branch->company }} {{ $branch->branch_code . ' - ' . $branch->branch }} {{ $branch->group }}