@if(!empty($productOfDay))
{{ $productOfDay->transtitle ?? '' }}
{{ $productOfDay->expiredDays }}
:
{{ $productOfDay->expiredHours }}
:
{{ $productOfDay->expiredMinutes }}
:
{{ $productOfDay->expiredSeconds }}
{{ optional($productOfDay->product)->name }}
@if(optional(optional($productOfDay->product)->brand)->getFirstMediaUrl('brand_image','thumb-medium') != '') @endif
@if(count(optional($productOfDay->product)->badges)) @foreach(optional($productOfDay->product)->badges as $badge)

{{ $badge->transname }}

@endforeach @endif
@if(!empty($productOfDay->product->discount_price))
{{ number_format($productOfDay->product->price) }} ₼
@endif
{{ number_format($productOfDay->product->discount_price,2) }} ₼
{{__('frontend.details.read_more')}}
@endif