@if($data->count() > 0) @foreach($data as $refund) @if($refund->product != null)

{{ $refund->product ? $refund->product->code : '' }}


@lang('admin.refundProductFrom') {{ $refund->order_id }}

{{--

{{ $refund->product->name }}

--}} @lang('admin.quantity') : {{ $refund->qyt }}
@endif @endforeach
{{$data->appends(request()->query())->links()}}
@else
فارغ لايوجد منتجات
@endif