@include('layouts.frontend.head')
@include('layouts.frontend.navbar')
@yield('content')
@include('layouts.frontend.footer') @stack('js') {{--
--}} @if (Session::has('danger')) @endif @if (Session::has('success')) @endif