@extends('layouts.main') @section('title', 'Select Branch') @section('content')
@if(Auth::user()->hasRole('superadmin')) You have full access to all {{ $branches->count() }} branches @else You have access to {{ $branches->count() }} branch(es) @endif
Comprehensive overview of all branches