You are now operating in shadow mode.
@endif
@if (Auth::check())
@role('Editor')
@if (!utility()->isProviderAvailable(Auth::user(), 1))
@if (Auth::user()->available_from >= date('Y-m-d H:i:s'))
You are unavailable until
{{ date('m/d/y g:i A', utility()->getLocalTimezoneDateByOffset(Auth::user()->available_from)) }}.
To make yourself available please
click here.
@else
You are currently unavailable. If you
would like to update your
availability please
click here.
@endif
@else
You are currently available. To change your availability status
please
click here.
@endif
@endrole
@endif