@include('layouts.partials._header') @if($action != '') @include('layouts.partials._sidebar') @endif
@if(\Session::has('error'))
{{\Session::get('error')}}
@endif @yield('content')
@include('layouts.partials._footer')