{!! Html::style('_front/plugins/uikit/css/uikit.min.css') !!} {!! Html::style('_front/assets/css/core.css') !!} {!! Html::style('_front/assets/css/page.css') !!} {{-- Html::script('_front/assets/js/jquery-1.9.1.min.js') --}} {!! HTML::script('_front/plugins/uikit/js/uikit.min.js') !!} @section('headercodes') @show {{ $google->google_analytics != "" ? $google->google_analytics : "" }} {{ $google->google_conversion != "" ? $google->google_conversion : "" }}
@include("layouts._front.header")
@yield('content')
@section('extracodes') @show @include("layouts._front.nav-mobile")