@php
$settings = \App\Setting::find('1');
@endphp
@yield('page_title'){{ $settings->site_title }}
@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')