@extends("admin.template.layout") @section('header') @stop @section('content')

{{ $page_heading }}

Clear
@if ( GetUserPermissions("replacement_requests_edit") ) @endif @forelse($list as $i=>$item) @if ( GetUserPermissions("replacement_requests_edit") ) @endif @empty @endforelse
# Order No Customer Product Comment Status Request DateAction
{{ $i + $list->firstItem() }} {{ $item->order_no }} {{ $item->customer_name }} {{ $item->product_name ?? '-' }} {{ $item->comment ?? '-' }}
@csrf @method('PUT')
{{ $item->created_at }} Order
No replacement requests found
{!! $list->links('admin.template.pagination') !!}
@stop @section('script') @stop