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