@if ($loadproducts->isEmpty())
@else
@foreach ($loadproducts as $item)
{{--
HOT
--}} @if ($item->special_price_from != '') @if ($item->special_price_from <= date('Y-m-d') && date('Y-m-d') <= $item->special_price_to)
{{ number_format((float) ((($item->selling_price - $item->special_price) / $item->selling_price) * 100), 2) }}
@endif @endif
{{--
Quick View --}}
{{-- --}}

{{ $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->special_price }} ৳ {{ $item->selling_price }} @else ৳ {{ $item->selling_price }} @endif @else ৳ {{ $item->selling_price }} @endif
@php $last_id = $item->id; @endphp @endforeach
Show More
@endif