@yield('meta_info')
@yield('extra_css')
@include('_front.inc.header')
@yield('main_content')
@include('_front.inc.footer') @if(\Illuminate\Support\Facades\Auth::check())
Dashboard
@endif
Top
@yield('extra_js')