@if (Carbon\Carbon::now()->format('Y-m-d') >= $flashSale?->sale_start && Carbon\Carbon::now()->format('Y-m-d') <= $flashSale?->sale_end && $flashSale?->is_active == 1)

Daily Best Sells

@foreach ($flashSaleProducts as $saleProduct) @endforeach
@endif