@include('partials.navbar')
@if(session('success'))
@endif @if(session('error'))
@endif @yield('content')
@include('partials.footer')