@include('partials.header') @if(session('success'))
{{ session('success') }}
@endif @yield('container') @include('partials.footer')