{{ __('Dashboard') }}
@if(Auth::user()->branch)
Branch
{{ Auth::user()->branch->name }}
@endif
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }}
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}