@extends("admin.template.layout") @section('header') @stop @section('content')
| # | Order No | Customer | Reason | Remarks | Image | Status | Request Date | @if ( GetUserPermissions("return_requests_edit") )Action | @endif
|---|---|---|---|---|---|---|---|---|
| {{ $i + $list->firstItem() }} | {{ $item->order_no }} | {{ $item->customer_name }} | {{ $item->reason->name ?? '-' }} | {{ $item->remarks }} | @if($item->image) View @endif | {{ $item->created_at }} | @if ( GetUserPermissions("return_requests_edit") )Order | @endif|
| No return requests found | ||||||||