{{-- --}}
{{-- brand logo grid item --}} {{-- link/ tabs grid item Contains mobile hamburger button and menu --}}
{{-- mobile hamburger button --}}
{{-- signin/ account grid item this grid item display is set to 'none' on small screens, see @media (max-width: 1200px) { div.grid-item.signin } --}} @endif
@if (session()->has('currentId'))
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)) }}.
@else
You are currently unavailable.
@endif @else
You are currently available.
@endif @endrole @endif