{{ translate('Find_What_You_Need') }}
    @foreach($categories as $key=>$category)
  • {{$category['name']}} @if ($category->childes->count() > 0)
      @foreach($category['childes'] as $subCategory)
    • {{$subCategory['name']}} @if($subCategory->childes->count()>0)
        @foreach($subCategory['childes'] as $subSubCategory)
      • {{$subSubCategory['name']}}
      • @endforeach
      @endif
    • @endforeach
    @endif
  • @endforeach
  • {{ translate('view_all') }}
@foreach($main_banner as $key=>$banner)
@endforeach @if(count($main_banner)==0) @endif
@foreach($footer_banner as $key=>$banner)
@endforeach @if(count($footer_banner)==0)
@endif @if(count($footer_banner)==1)
@endif
@if(count($random_coupon)>0)

{{ translate('Happy_Club') }}

{{ translate('collect_coupons_from_stores_and_apply_to_get_special_discount_from_stores') }}

@foreach($random_coupon as $coupon)
@if($coupon->coupon_type == 'free_delivery') {{translate($coupon->coupon_type)}} @else {{ $coupon->discount_type == 'amount' ? \App\CPU\Helpers::currency_converter($coupon->discount) : $coupon->discount.'%' }} OFF @endif
{{ translate('for') }} @if($coupon->seller_id == '0') {{ translate('All_Shops') }} @elseif($coupon->seller_id == NULL) {{ $web_config['name']->value }} @else {{ isset($coupon->seller->shop) ? $coupon->seller->shop->name : '' }} @endif
{{ translate('code') }}: {{ $coupon->code }}
@endforeach
@else
@if($top_side_banner) @else @endif
@endif