{{-- * LaraClassified - Geo Classified Ads CMS * Copyright (c) Mayeul Akpovi. All Rights Reserved * * Email: mayeul.a@larapen.com * Website: http://larapen.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') @section('css') @show
@section('header') @if (Auth::check() and isset($user)) @include('errors/layouts/inc/header', ['user' => $user]) @else @include('errors/layouts/inc/header') @endif @show @section('search') @show @yield('content') @section('info') @show
@section('footer') @include('errors/layouts/inc/footer') @show
@section('javascript') @show {!! config('settings.seo_google_analytics') !!}