@yield('css')
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
{{ trans('auth.blikk_ext') }}