@if (config('app.env') === 'production') @yield('scriptDataLayer') @endif @yield('imagePreload') @if(config('app.env') === 'production') @endif @yield('meta') @yield('canonical') @php $meta_title = 'Giladiskon | Info Diskon, Promo, dan Katalog Belanja'; $meta_description = 'Informasi promo, diskon, promo online, kode promo dari brand dan merchant pilihan. Belanja hemat hanya dengan Giladiskon.'; $meta_keyword = ""; if(request()->seo) { $meta_title = request()->seo->meta_title ? request()->seo->meta_title : $meta_title; $meta_description = request()->seo->meta_description ? request()->seo->meta_description : $meta_description; $meta_keyword = request()->seo->meta_keyword ? request()->seo->meta_keyword : $meta_keyword; } @endphp