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

{{ $page_heading }}

Clear
@if ( GetUserPermissions("return_requests_edit") ) @endif @forelse($list as $i=>$item) @if ( GetUserPermissions("return_requests_edit") ) @endif @empty @endforelse
# Order No Customer Reason Remarks Image Status Request DateAction
{{ $i + $list->firstItem() }} {{ $item->order_no }} {{ $item->customer_name }} {{ $item->reason->name ?? '-' }} {{ $item->remarks }} @if($item->image) View @endif
@csrf @method('PUT')
{{ $item->created_at }} Order
No return requests found
{!! $list->links('admin.template.pagination') !!}
@stop @section('script') @stop