Файловый менеджер - Редактировать - /home/easybachat/resumewing.com/resources/views/front/errors/layouts/master.blade.php
Ðазад
{{-- * JobClass - Job Board Web Application * Copyright (c) BeDigit. All Rights Reserved * * Website: https://laraclassifier.com/jobclass * Author: Mayeul Akpovi (BeDigit - https://bedigit.com) * * LICENSE * ------- * This software is provided under a license agreement and may only be used or copied * in accordance with its terms, including the inclusion of the above copyright notice. * As this software is sold exclusively on CodeCanyon, * please review the full license details here: https://codecanyon.net/licenses/standard --}} @php $htmlLang = getLangTag(config('app.locale')); $htmlDir = (config('lang.direction') == 'rtl') ? ' dir="rtl"' : ''; @endphp <!DOCTYPE html> <html lang="{{ $htmlLang }}"{!! $htmlDir !!}> <head> <meta charset="{{ config('larapen.core.charset', 'utf-8') }}"> <meta name="csrf-token" content="{{ csrf_token() }}"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="robots" content="noindex,nofollow"> <meta name="googlebot" content="noindex"> <link rel="shortcut icon" href="{{ config('settings.app.favicon_url') . getPictureVersion() }}"> <title>@yield('title')</title> @if (file_exists(public_path('manifest.json'))) <link rel="manifest" href="{{ url()->asset('manifest.json') }}"> @endif @yield('before_styles') @if (config('lang.direction') == 'rtl') <link href="https://fonts.googleapis.com/css?family=Cairo|Changa" rel="stylesheet"> <link href="{{ url(mix('dist/front/styles.rtl.css')) }}" rel="stylesheet"> @else <link href="{{ url(mix('dist/front/styles.css')) }}" rel="stylesheet"> @endif <link href="{{ url('common/css/style.css') . getPictureVersion() }}" rel="stylesheet"> <link href="{{ url('dist/front/custom.css') . getPictureVersion() }}" rel="stylesheet"> @yield('after_styles') @if (config('settings.style.custom_css')) {!! printCss(config('settings.style.custom_css')) . "\n" !!} @endif @if (config('settings.other.js_code')) {!! printJs(config('settings.other.js_code')) . "\n" !!} @endif @include('front.common.js.document') <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> <![endif]--> <script> paceOptions = { elements: true }; </script> <script src="{{ url('assets/plugins/pace/0.4.17/pace.min.js') }}"></script> </head> <body class="skin"> <div id="wrapper"> @section('header') @include('front.errors.layouts.inc.header') @show @section('search') @show @yield('content') @section('info') @show @section('footer') @include('front.errors.layouts.inc.footer') @show </div> @yield('before_scripts') <script> {{-- Init. Root Vars --}} var siteUrl = '{{ url('/') }}'; var languageCode = '{{ config('app.locale') }}'; var countryCode = '{{ config('country.code', 0) }}'; {{-- Init. Translation Vars --}} var langLayout = { 'hideMaxListItems': { 'moreText': "{{ t('View More') }}", 'lessText': "{{ t('View Less') }}" } }; </script> <script src="{{ url(mix('dist/front/scripts.js')) }}"></script> @yield('after_scripts') @if (config('settings.footer.tracking_code')) {!! printJs(config('settings.footer.tracking_code')) . "\n" !!} @endif </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 2.5 |
proxy
|
phpinfo
|
ÐаÑтройка