@extends("admin.layouts.layout") @section("title", "Customer List") @section("page_style") @endsection @section("content")
|
Product Item Name
|
Meterial Name
|
Size
|
Total Deliverd Quantity
|
|---|---|---|---|
| {{$rwData['product_item_name'] ??''}} | {{$rwData['product_base_material_name'] ??''}} | {{$rwData['product_size_name'] ??''}} | {{$rwData['total_deliver_quantity'] ??''}} |
|
|
|||