@stack('page_vendor_css') @stack('page_styles') @include('dashboard.layouts.inc.header') @include('dashboard.layouts.inc.main_menu')
@yield('route') @if (count($errors) > 0) @foreach ($errors->all() as $error) @endforeach @endif @if (session('success')) @endif @if (session('error')) @endif @yield('content')
@include('dashboard.layouts.inc.footer') @stack('page_scripts_vendors') @stack('page_scripts')