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