{{-- * LaraClassifier - Classified Ads Web Application * Copyright (c) BeDigit. All Rights Reserved * * Website: https://laraclassifier.com * Author: Mayeul Akpovi (BeDigit - https://bedigit.com) * * LICENSE * ------- * This software is furnished under a license and may be used and copied * only in accordance with the terms of such license and with the inclusion * of the above copyright notice. If you Purchased from CodeCanyon, * Please read the full License from here - https://codecanyon.net/licenses/standard --}} @php $htmlLang = getLangTag(config('app.locale')); $htmlDir = (config('lang.direction') == 'rtl') ? ' dir="rtl"' : ''; @endphp @yield('title') @if (file_exists(public_path('manifest.json'))) @endif @yield('before_styles') @if (config('lang.direction') == 'rtl') @else @endif @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('common.js.document')
@section('header') @includeFirst([config('larapen.core.customizedViewPath') . 'errors.layouts.inc.header', 'errors.layouts.inc.header']) @show @section('search') @show @yield('content') @section('info') @show @section('footer') @includeFirst([config('larapen.core.customizedViewPath') . 'errors.layouts.inc.footer', 'errors.layouts.inc.footer']) @show
@yield('before_scripts')