@include('layouts.common.header') @if (session('status')) @endif @yield('content') @stack('scripts') @include('layouts.common.footer')