@extends('layouts.master2') @section('scriptDataLayer') @endsection @section('canonical') @if (env('APP_ENV') == "production") @elseif (env('APP_ENV') == "development") @else @endif @endsection @if (!empty($seo)) @if (!empty($seo->meta_title)) @section('title', $seo->meta_title ) @endif @if (!empty($seo->meta_description)) @section('meta_description', $seo->meta_description ) @endif @if (!empty($seo->meta_keyword)) @section('meta_keyword', $seo->meta_keyword ) @endif @else @section('title', 'Promo terbaik merchant di Giladiskon') @endif @section('loginMobile') @endsection @section('headerMobile')
{{ $merchant->name }}
{{ $merchant->name }}
@if (trim(strip_tags($seo->description) == "")) {{ $seo->description }} @else {!! $seo->description !!} @endif
@endsection @section('content')
{{ $merchant->name }}
{{ $merchant->name }}
@if (trim(strip_tags($seo->description) == "")) {{ $seo->description }} @else {!! $seo->description !!} @endif
@if($deals)
@endif @if($merchant->is_any_outlet)
@endif
@endsection @section('mobileMenu') @endsection @section('script') @parent @endsection