|
|
{{ $item->name }} |
@if ($item->special_price != '' && $item->special_price != 0)
@if ($item->special_price_from <= date('Y-m-d') && date('Y-m-d') <= $item->special_price_to)
৳
{{ $item->selling_price }} ৳ {{ $item->special_price }} @else ৳ {{ $item->selling_price }} @endif @else ৳ {{ $item->selling_price }} @endif |