@extends('layouts.master2') @section('scriptDataLayer') @if (isset($tracker_data)) {{-- @else --}} @endif @if (isset($tracker_search)) @endif @endsection @section('headStyleAndScript') @endsection @if(Route::currentRouteNamed('category.slug') || Route::currentRouteNamed('tag.slug')) @section('canonical') @if (env('APP_ENV') == 'production') @if (Route::currentRouteNamed('category.slug') && $category) @endif @if (Route::currentRouteNamed('tag.slug')) @endif @else @if (Route::currentRouteNamed('category.slug') && $category) @endif @if (Route::currentRouteNamed('tag.slug')) @endif @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', 'Pencarian Promo Di Giladiskon') @endif @else @section('title', 'Pencarian Promo Di Giladiskon') @endif @section('loginMobile') @endsection @section('pageHeader') @if(Route::currentRouteNamed('category.slug') || Route::currentRouteNamed('tag.slug') )
{{ $headerTitle }}
@if (Route::currentRouteNamed('category.slug') && $category)
{{ $category->name }} {{ ucfirst($category->name ) }}
@endif @endif @if(Route::currentRouteNamed('search')) @endif @endsection @section('content')
@if(Route::currentRouteNamed('tag.slug') && $seo)
{{ ucfirst($tag->tag_name) }}
@if (strlen(trim(strip_tags($seo->description))) > 200) {{ Str::limit(trim(strip_tags($seo->description)), 200, '') }} ... {{ substr(trim(strip_tags($seo->description)), 200) }} read more @else {!! $seo->description !!} @endif
@endif
{{--
1/100 prev next
--}}
@if(!empty($items)) @else
@if(Route::currentRouteNamed('category.slug') && $category)
Tidak ada deals
Tidak ada voucher di kategori {{ $category->name }}

Silahkan mencari kategori lainya

@else
Tidak ada deals
Deals tidak ditemukan

Silahkan mencari dengan keyword lainya

@endif
@endif
@endsection @section('mobileMenu') @endsection @section('script') @parent @endsection