@extends("portal.template.layout") @section('header') @stop @section('content')
| # | Order No | Customer | Product | Comment | Status | Request Date | Action |
|---|---|---|---|---|---|---|---|
| {{ $i + $list->firstItem() }} | {{ $item->order_no }} | {{ $item->customer_name }} | {{ $item->product_name ?? '-' }} | {{ $item->comment ?? '-' }} | {{ $item->created_at }} | Order | |
| No replacement requests found | |||||||