@include('layout.partials.head') @if(!Route::is(['change-password2','error-404','error-500','forgot-password','lock-screen','login','register'])) @include('layout.partials.header') @include('layout.partials.nav') @endif @yield('content') @include('layout.partials.footer-scripts')