@include('layouts.parts.sidebar')
@include('layouts.parts.header')
@yield('content')
@include('layouts.parts.footer')
@if($errors->any())
@foreach ($errors->all() as $error)
@endforeach
@endif
@if(session('success'))
@endif
@if(session('warning'))
@endif
@yield('scripts')