@if (Route::is(['layout-horizontal'])) @elseif (Route::is(['layout-detached'])) @elseif (Route::is(['layout-modern'])) @elseif (Route::is(['layout-horizontal-overlay'])) @elseif (Route::is(['layout-two-column'])) @elseif (Route::is(['layout-hovered'])) @elseif (Route::is(['layout-box'])) @elseif (Route::is(['layout-horizontal-single'])) @elseif (Route::is(['layout-horizontal-box'])) @elseif (Route::is(['layout-horizontal-sidemenu'])) @elseif (Route::is(['layout-vertical-transparent'])) @elseif (Route::is(['layout-without-header'])) @elseif (Route::is(['layout-dark'])) @else @endif Smarthr Admin Template @include('layout.partials.head') @if (!Route::is(['login', 'login-2', 'login-3', 'register', 'register-2', 'register-3', 'forgot-password', 'forgot-password-2', 'forgot-password-3', 'reset-password', 'reset-password-2', 'reset-password-3', 'email-verification', 'email-verification-2', 'email-verification-3', 'lock-screen', 'error-404', 'error-500', 'coming-soon', 'under-maintenance', 'under-construction', 'success', 'success-2', 'success-3' ])) @endif @if (Route::is(['login','login-2','register','register-2', 'forgot-password', 'forgot-password-2', 'reset-password', 'reset-password-2', 'email-verification', 'email-verification-2', 'two-step-verification', 'two-step-verification-2', 'success', 'success-2' ])) @endif @if (Route::is(['login-3','register-3','forgot-password-3','reset-password-3', 'email-verification-3', 'two-step-verification-3', 'lock-screen', 'error-404', 'error-500', 'under-maintenance', 'under-construction'])) @endif @if (Route::is(['coming-soon'])) @endif @if (Route::is(['layout-horizontal', 'layout-horizontal-overlay', 'layout-horizontal-single', 'layout-horizontal-box'])) @endif @if (Route::is(['layout-hovered'])) @endif @if (Route::is(['layout-box'])) @endif @if (Route::is(['layout-vertical-transparent'])) @endif @if (Route::is(['layout-rtl'])) @endif
@if (!Route::is(['login', 'login-2', 'login-3', 'register', 'register-2', 'register-3', 'forgot-password', 'forgot-password-2', 'forgot-password-3', 'reset-password', 'reset-password-2', 'reset-password-3', 'email-verification', 'email-verification-2', 'email-verification-3', 'lock-screen', 'error-404', 'error-500', 'coming-soon', 'under-maintenance', 'under-construction', 'success', 'success-2', 'success-3', 'two-step-verification', 'two-step-verification-2', 'two-step-verification-3' ])) @include('layout.partials.header') @include('layout.partials.sidebar') @endif @yield('content')
@include('layout.partials.footer-scripts')