@extends('layouts.app') @section('head') @endsection @section('content')

ORDER MANAGEMENT

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$}
{$begin$} - {$end$} of {$totallength$}
{$order.order_id$}
{$order.delivery_type$}
{$order.payment_type$}
{$order.customer.first_name$} {$order.customer.last_name$}
{$order.customer.country_code$} {$order.customer.phone_no$}
SAR {$order.deliveryfee$} SAR 0
{$order.receivingdate$}
{$order.time_slot.open_time_formatted$} - {$order.time_slot.close_time_formatted$}

{$order.address.first_name$} {$order.address.last_name$}

{$order.address.flat_name$},{$order.address.street_name$}
{$order.address.city$}
{$order.address.country$}
{$order.address.location$}
show location

Ph: {$order.address.country_code$}  {$order.address.contact_no$}

{$productmana.discount$}
Product Name Product SKU Qty Price Discount Total Action
{$productmana.productname$} {$productmana.orderpricequantity$} {$productmana.order_quantity_name$} {$productmana.productsku$} SAR {$productmana.total_amount$}
Total : SAR {$order.subtotal$}

Add Product To The Order

{$productmana.discount$}
Product Name Product SKU Qty Price Discount Total Action
{$productmana.product_name$} {$productmana.quantity$} {$productmana.product_quantity.name$} {$productmana.product_sku$} SAR {$productmana.price$} SAR {$productmana.total_amount$}

Transaction Details

Product Name Status Branch Delivery Boy Updated By Description Transaction Date
{$transaction.product_management.product.product_name$}
{$status.name$}
{$transaction.branch.branch_name$} {$transaction.delivery_boy.first_name$} {$transaction.delivery_boy.last_name$} {$transaction.changed_by.first_name$} {$transaction.changed_by.last_name$} {$transaction.description$} {$transaction.created_at$}
@include('users.admin.sidebar')
@endsection @section('js') @endsection