PLOCAL Business Account

Welcome

@if(session('status'))
{{ session('status') }}
@endif

Signed in as {{ $user->email }}.

@if(count($businesses))

You are authorized for:

Open Business Dashboard

@else

No Business is currently linked to this account.

@endif
@csrf