@yield('meta')
@if (App::getLocale() == 'en')
@else
@endif
@if (Route::currentRouteName() == 'home')
@include('front.includes.top_home')
@else
@endif
@yield('content')
@if (Route::currentRouteName() == 'home')
@include('front.includes.footer_home')
@else
@include('front.includes.footer')
@endif
@yield('script')