@foreach ($datas as $data) Image Not Found {{ $data->detail }} @if ($data->type == 'brand') ลดทั้งแบรน @endif @if ($data->type == 'item') ลดเฉพาะสินค้า @endif @if ($data->type != 'brand') ลดเฉพาะสินค้า @endif @if ($data->type_price == 'bath') บาท @endif @if ($data->type_price == 'percen') % @endif {{ $data->price }} {{ $data->start_date }} {{ $data->end_date }} @if (strtotime($data->end_date) < strtotime(date('Y-m-d H:i:s'))) @else @endif
{{-- DELETE MODAL --}} {{-- DELETE MODAL ENDS --}} @endforeach