@include('navbar.navbar') @if (session('success'))
{{ session('success') }}
@endif @yield('content') @include('footer.footer')