@forelse($info as $invoice) @empty @endforelse
{{trans('label.Order Id')}} {{trans('label.Supplier')}} {{trans('label.Phone')}} {{trans('label.Return Amount')}} {{trans('label.Cash Received')}} {{trans('label.Created at')}} {{trans('label.Action')}}
{{$invoice->id}} {{$invoice->Supplier->name ?? null}} {{$invoice->Supplier->phone ?? null}} {{number_format(($invoice->return_return_amount ?? 0),2)}} {{number_format(($invoice->return_amount_received_supplier ?? 0),2)}} {{$invoice->created_at}} {{trans('label.view details')}}