@include('layouts.partials.header')
@include('guest.partials.nav')
@include('partials.alerts') @yield('content')
@include('layouts.partials.footer')