{{-- Start of required lines block. DON'T REMOVE THESE LINES! They're required or might break things --}}
{{-- End the required lines block --}}
@yield('title') - {{ config('app.name') }}
{{-- This is required to include --}}
@yield('css')
@yield('scripts_head')
{{-- These should go where you want your content to show up --}}
@include('flash.message')
@yield('content')
{{-- End the above block--}}
{{-- Start of the required tags block. Don't remove these or things will break!! --}}
{{--
--}}
@yield('scripts')
{{-- End the required tags block --}}