@yield('meta') @stack('before-styles')
@stack('after-styles')
@include('includes.partials.read-only') @include('includes.partials.logged-in-as')
@auth @if ($logged_in_user->isUser())
@lang('Dashboard')
@endif
@lang('Account')
@else
@lang('Login')
@endauth
@include('includes.partials.messages')
Vingage
@stack('before-scripts') @stack('after-scripts')