@yield('css')
Toggle navigation
@if (isset($workspace)) @yield('workspace') @else
{{ trans('auth.blikk') }}
{{ trans('auth.blikk_ext') }}
@endif
Home
@if (!Auth::check())
{{ trans('auth.login') }}
{{ trans('auth.newregister') }}
@else
{{ trans('auth.vcard') }}
{{ trans('auth.logout') }}
@if (Auth::user()->isAdmin())
Passport
@endif @endif @foreach(LaravelLocalization::getSupportedLocales() as $localeCode => $properties) @if ($localeCode !== App::getLocale())
{{{ $localeCode }}}
@endif @endforeach
@yield('content')
@yield('js')