@if (array_key_exists('metaTags', View::getSections())) @yield('metaTags') @else @pageTitle(_config('site_name')) @pageIndex('index follow') @pageDescription(trans('meta.title')) @pageImage(_asset('images/logo.png')) @endif @include('front._.meta')
@include("front._.header") @if($current_menu == "home")
@endif @yield("content") @include("front._.footer") @if($current_menu == "home")
@endif
@include("front._.cookie") @yield('scripts') @include('front._.status')