PLOCAL Business Account
Welcome
@if(session('status')){{ session('status') }}
@endifSigned in as {{ $user->email }}.
@if(count($businesses))You are authorized for:
- @foreach($businesses as $business)
- {{ $business->display_name }} @endforeach
No Business is currently linked to this account.
@endif