@extends('layouts.app') @section('head') @endsection @section('content')
Order No Seller Store Branch Status Payment Pickup Date Action
{$product.order.order_id$} {$product.seller.first_name$} {$product.seller.last_name$} {$product.store.store_name$} {$product.branch.branch_name$} {$status.name$} COD {$product.pickup_date$}
{$begin$} - {$end$} of {$totallength$}
{$order.order_id$}
{$order.customer.first_name$} {$order.customer.last_name$}
{$productdata.seller.first_name$} {$productdata.seller.last_name$}
{$productdata.store.store_name$} {$order.productdata.store.store_name$}
{$productdata.branch.branch_name$}
Product Name Status Quantity
{$productmana.product.product_name$} {$productmana.product_price.quantity$} {$productmana.product_quantity.display_name$} {$status.name$} {$productmana.quantity$}
Total : {$ seller_total$}
@include('users.sidebar')
@endsection @section('js') @endsection