{{-- * LaraClassified - Classified Ads Web Application * Copyright (c) BedigitCom. All Rights Reserved * * Website: http://www.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 - http://codecanyon.net/licenses/standard --}} @yield('title') @yield('before_styles') @if (config('lang.direction') == 'rtl') @else @endif @include('layouts.inc.tools.style') @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
@section('header') @include('errors.layouts.inc.header') @show @section('search') @show @yield('content') @section('info') @show @section('footer') @include('errors.layouts.inc.footer') @show
@yield('before_scripts')