@php
$seoURL = Request::url();
$domain = request()->getHttpHost();
$imageURL = asset('front/app/assets/img/logo.png');
$seoTitle = trans('seo.home.title');
$seoKeyword = trans('seo.home.keyword');
$seoDescription = trans('seo.home.desc');
$version = config('domain.version');
@endphp
{{ $seo_title }}
@section('image')@show
{{-- --}}
@yield('style')
{{--Google Tag Manager--}}
@if(strpos($domain,'.site') === false)
@endif
@yield('content')
@if(strpos($domain,'.site') === false)
{{--ZaloChat--}}
@endif
@yield('js')
@if(strpos($domain,'.site') === false)
{{--ZaloChat--}}
{{--Google Tag Manager (noscript)--}}
@endif
@section('affliate')
@php
$atSource = request()->get('utm_source', $_COOKIE['_aff_network'] ?? '');
$atConfig = config('affiliate.access_trade');
unset($atConfig['utm_cookies']);
@endphp
@if($atSource == config('affiliate.access_trade.utm_cookies'))
@endif
@show
@yield('js-ext')