{{--
Product Name: {{ theme()->getOption('product', 'description') }}
Author: KeenThemes
Purchase: {{ theme()->getOption('product', 'purchase') }}
Website: http://www.keenthemes.com/
Contact: support@keenthemes.com
Follow: www.twitter.com/keenthemes
Dribbble: www.dribbble.com/keenthemes
Like: www.facebook.com/keenthemes
License: {{ theme()->getOption('product', 'license') }}
--}}
printHtmlAttributes('html') !!} {{ theme()->printHtmlClasses('html') }}>
{{-- begin::Head --}}
Admin | T4D
{{--
--}}
@if (request()->path() != "login")
{{-- begin::Fonts --}}
{{ theme()->includeFonts() }}
{{-- end::Fonts --}}
@endif
@if (theme()->hasOption('page', 'assets/vendors/css'))
{{-- begin::Page Vendor Stylesheets(used by this page) --}}
@foreach (theme()->getOption('page', 'assets/vendors/css') as $file)
@endforeach
{{-- end::Page Vendor Stylesheets --}}
@endif
@if (theme()->hasOption('page', 'assets/custom/css'))
{{-- begin::Page Custom Stylesheets(used by this page) --}}
@foreach (theme()->getOption('page', 'assets/custom/css') as $file)
@endforeach
{{-- end::Page Custom Stylesheets --}}
@endif
@if (theme()->hasOption('assets', 'css') && request()->path() != "login")
{{-- begin::Global Stylesheets Bundle(used by all pages) --}}
@foreach (theme()->getOption('assets', 'css') as $file)
@endforeach
{{-- end::Global Stylesheets Bundle --}}
@else
@endif
@if (theme()->getMode() === 'preview')
{{ theme()->getView('partials/trackers/_ga-general') }}
{{ theme()->getView('partials/trackers/_ga-tag-manager-for-head') }}
@endif
@yield('styles')
{{-- end::Head --}}
{{-- begin::Body --}}
printHtmlAttributes('body') !!} {!! theme()->printHtmlClasses('body') !!} {!! theme()->printCssVariables('body') !!}>
@if (theme()->getOption('layout', 'loader/display') === true)
{{ theme()->getView('layout/_loader') }}
@endif
@yield('content')
{{-- begin::Javascript --}}
@if (theme()->hasOption('assets', 'js') && request()->path() != "login")
@foreach (theme()->getOption('assets', 'js') as $file)
@endforeach
{{-- --}}
{{-- --}}
@else
@endif
@if (theme()->hasOption('page', 'assets/vendors/js?v=1'))
{{-- begin::Page Vendors Javascript(used by this page) --}}
@foreach (theme()->getOption('page', 'assets/vendors/js') as $file)
@endforeach
{{-- end::Page Vendors Javascript --}}
@endif
@if (theme()->hasOption('page', 'assets/custom/js'))
{{-- begin::Page Custom Javascript(used by this page) --}}
@foreach (theme()->getOption('page', 'assets/custom/js') as $file)
@endforeach
{{-- end::Page Custom Javascript --}}
@endif
{{-- end::Javascript --}}
@if (theme()->getMode() === 'preview')
{{ theme()->getView('partials/trackers/_ga-tag-manager-for-body') }}
@endif
{{-- end::Body --}}
{{----}}
@yield('scripts')