{{-- 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 --}} {{ ucfirst(theme()->getOption('meta', 'title')) }} | Keenthemes {{-- begin::Fonts --}} {{ theme()->includeFonts() }} {{-- end::Fonts --}} @if (theme()->hasVendorFiles('css')) {{-- begin::Page Vendor Stylesheets(used by this page) --}} @foreach (array_unique(theme()->getVendorFiles('css')) as $file) @if(util()->isExternalURL($file)) @else {!! preloadCss(getAsset($file)) !!} @endif @endforeach {{-- end::Page Vendor Stylesheets --}} @endif @if (theme()->hasOption('page', 'assets/custom/css')) {{-- begin::Page Custom Stylesheets(used by this page) --}} @foreach (array_unique(theme()->getOption('page', 'assets/custom/css')) as $file) {!! preloadCss(getAsset($file)) !!} @endforeach {{-- end::Page Custom Stylesheets --}} @endif @if (theme()->hasOption('assets', 'css')) {{-- begin::Global Stylesheets Bundle(used by all pages) --}} @foreach (array_unique(theme()->getOption('assets', 'css')) as $file) @if (strpos($file, 'plugins') !== false) {!! preloadCss(getAsset($file)) !!} @else @endif @endforeach {{-- end::Global Stylesheets Bundle --}} @endif @if (theme()->getViewMode() === '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') !!} data-kt-name="metronic"> @include('partials/theme-mode/_init') @yield('content') {{-- begin::Javascript --}} @if (theme()->hasOption('assets', 'js')) {{-- begin::Global Javascript Bundle(used by all pages) --}} @foreach (array_unique(theme()->getOption('assets', 'js')) as $file) @endforeach {{-- end::Global Javascript Bundle --}} @endif @if (theme()->hasVendorFiles('js')) {{-- begin::Page Vendors Javascript(used by this page) --}} @foreach (array_unique(theme()->getVendorFiles('js')) as $file) @if(util()->isExternalURL($file)) @else @endif @endforeach {{-- end::Page Vendors Javascript --}} @endif @if (theme()->hasOption('page', 'assets/custom/js')) {{-- begin::Page Custom Javascript(used by this page) --}} @foreach (array_unique(theme()->getOption('page', 'assets/custom/js')) as $file) @endforeach {{-- end::Page Custom Javascript --}} @endif {{-- end::Javascript --}} @if (theme()->getViewMode() === 'preview') {{ theme()->getView('partials/trackers/_ga-tag-manager-for-body') }} @endif @yield('scripts') {{-- end::Body --}}