@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')