@auth @if (Request::path() != 'confirm-password') @include('layouts.header') @endif @if (Request::path() != 'home' && Request::path() != '/' && Request::path() != 'confirm-password') @include('layouts.nav') @endif @endauth @yield('content')