@include('partials.frontend-header') @include('partials.frontend-sidebar') @include('partials.frontend-alert')
@yield('content')
@include('partials.frontend-footer')
{{ csrf_field() }}