| {{ ++$key }} |
{{ $order->order_id }} |
{{ $order->transaction_id }} |
{{ date('M d, Y h:i a', strtotime($order->created_at)) }} |
{{ $order->billing_name }} |
{{ $order->email }} |
{{ $order->holdings }} |
{!! $contact !!} |
{{ $order->payment_method_name }} |
{{ $order->shipping_type_name }} |
{{ $order->product_name }} |
{{ $order->product_code_inv }} |
{{ $order->ordered_price }} |
{{ $order->grand_total }} |
{{ $order->order_status }} |
@endforeach