@include('partials.header')
@include('partials.sidebar')
@yield('content')
@include('partials.footer')
@include('flashy::message') @stack('scripts')
{{-- Scrypts for JQUERY VALIDATION FORMS --}} @yield('js')