![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/job-board.corals.io/resources/themes/ecommerce-ultimate/layouts/ |
<!DOCTYPE html> <html lang="{{ \Language::getCode() }}" dir="{{ \Language::getDirection() }}"> <head> {!! \SEO::generate() !!} <meta charset="utf-8"> <!-- Mobile Specific Meta Tag--> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link rel="shortcut icon" href="{{ \Settings::get('site_favicon') }}" type="image/png"> <!-- CSRF Token --> <meta name="csrf-token" content="{{ csrf_token() }}"> <!-- Vendor Styles including: Bootstrap, Font Icons, Plugins, etc.--> {!! Theme::css('css/vendor.min.css') !!} <!-- Main Template Styles--> {!! Theme::css('css/styles.css') !!} {!! Theme::css('font-awesome-4.7.0/css/font-awesome.min.css') !!} <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Rubik:300,400,400i,500,700"> {!! \Html::style('assets/corals/plugins/lightbox2/css/lightbox.min.css') !!} {!! \Html::style('assets/corals/plugins/icheck/skins/all.css') !!} {!! Theme::css('plugins/Ladda/ladda-themeless.min.css') !!} {!! Theme::css('plugins/select2/dist/css/select2.min.css') !!} {!! Theme::css('css/custom.css') !!} {!! \Html::script('assets/corals/js/corals_header.js') !!} <!-- Modernizr--> {!! Theme::js('js/modernizr.min.js') !!} <script type="text/javascript"> window.base_url = '{!! url('/') !!}'; </script> @yield('css') @stack('partial_css') {!! \Assets::css() !!} @if(\Language::isRTL()) {!! Theme::css('css/custom-rtl.css') !!} {!! Theme::css('css/styles-rtl.css') !!} @endif @if(\Settings::get('google_tag_manager_id')) <!-- Google Tag Manager --> <script>(function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', '{{ \Settings::get('google_tag_manager_id') }}');</script> <!-- End Google Tag Manager --> @elseif(\Settings::get('google_analytics_id')) <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id={{ \Settings::get('google_analytics_id') }}"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', "{{ \Settings::get('google_analytics_id') }}"); </script> @endif <style type="text/css"> {!! \Settings::get('custom_css', '') !!} </style> </head> <body> @php \Actions::do_action('after_body_open') @endphp @if(\Settings::get('google_tag_manager_id')) <!-- Google Tag Manager (noscript) --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id={{ \Settings::get('google_tag_manager_id') }}" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- End Google Tag Manager (noscript) --> @endif @include('partials.header') <div id="editable_content"> @yield('editable_content') </div> @include('partials.footer') @if(\Settings::get('google_tag_manager_id') && Settings::get('ecommerce_enable_google_ecommerce_tracking', true)) @include('Ecommerce::analytics.analytics_script') @endif <!-- JavaScript (jQuery) libraries, plugins and custom scripts--> @yield('after_content') {!! Theme::js('js/jquery-3.5.1.min.js') !!} {!! Theme::js('js/vendor.min.js') !!} {!! Theme::js('js/scripts.min.js') !!} {!! \Html::script('assets/corals/plugins/lightbox2/js/lightbox.min.js') !!} {!! \Html::script('assets/corals/plugins/icheck/icheck.js') !!} {!! Theme::js('plugins/select2/dist/js/select2.full.min.js') !!} <!-- Ladda --> {!! Theme::js('plugins/Ladda/spin.min.js') !!} {!! Theme::js('plugins/Ladda/ladda.min.js') !!} <!-- Jquery BlockUI --> {!! Theme::js('plugins/jquery-block-ui/jquery.blockUI.min.js') !!} {!! Theme::js('js/functions.js') !!} {!! Theme::js('js/main.js') !!} {!! \Html::script('assets/corals/js/corals_functions.js') !!} {!! \Html::script('assets/corals/js/corals_main.js') !!} @include('Ecommerce::cart.cart_script') {!! Assets::js() !!} @php \Actions::do_action('footer_js') @endphp @yield('js') <script type="text/javascript"> {!! \Settings::get('custom_js', '') !!} </script> @include('components.modal',['id'=>'global-modal']) @include('partials.notifications') @include('Corals::corals_main') </body> </html>