{{ translate('Hurry_up') }} !

{{ translate('offer_ends_in') }}:
@foreach($flash_deals->products as $key=>$deal) @if( $deal->product)
@include('theme-views.partials._product-medium-card',['product'=>$deal->product])
@endif @endforeach
@if($flash_deals->products)
@endif