@extends('layouts.app') @section('head') @endsection @section('content')
| Order No | Customer | Ordered Mobile No | Mobile No | Status | Quantity | Price | Order Type | Order Date | Remark | Copy | Action | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {$product.order_id$} | {$product.customer.first_name$} | {$product.address.contact_no$} | {$product.customer.phone_no$} | {$status.name$} | {$product.quantity$} | SAR {$product.subtotal$} | {$product.delivery_type$} | {$product.created_at$} | {$product.remark$} |