{{ $loop->iteration }} |
{{ ucfirst($value->customer_name) }} |
{{ $value->customer_email }} |
{{ $value->shipping_phone }} |
{{ $value->order_number }} |
{{ number_format($value->pay_amount,2) }} |
{{ ucfirst($value->payment_status) }} |
{{ date('d M Y', strtotime($value->created_at)) }} |
Order Detail
|
@endforeach