@include('partials.head')
@include('partials.navbar') @include('partials.sidebar')
@yield('content')
{{-- @if ($errors->any()) @foreach ($errors->all() as $error) @flasher_error($error) @endforeach @endif --}}
@include('partials.footer') @include('partials.js')