@extends('layouts.front-end.app') @section('title',\App\CPU\translate('Flash Deal Products')) @push('css_or_js') @endpush @section('content') @php($decimal_point_settings = \App\CPU\Helpers::get_business_settings('decimal_point_settings'))
Shop Converse
{{--
--}} @php($flash_deals=\App\Model\FlashDeal::with(['products.product.reviews'])->where(['status'=>1])->where(['deal_type'=>'flash_deal'])->whereDate('start_date','<=',date('Y-m-d'))->whereDate('end_date','>=',date('Y-m-d'))->first())
{{ \App\CPU\translate('flash_deal')}}
{{ \App\CPU\translate('day')}} : {{ \App\CPU\translate('hrs')}} : {{ \App\CPU\translate('min')}} : {{ \App\CPU\translate('sec')}}
{{--
--}}
@if($discountPrice) @foreach($deal->products as $dp) @if (isset($dp->product))
@include('web-views.partials._single-product',['product'=>$dp->product,'decimal_point_settings'=>$decimal_point_settings])
@endif @endforeach @endif
@endsection @push('script') @endpush