{{-- {{$data}} --}}
Date | Order No | Model | Quantity | Refund Method | Refund Amount | Refund Reason | Location | Note |
---|---|---|---|---|---|---|---|---|
{{$item['date']}}
@if (count($item['serial_number']))
Serial Number:
{{--
@endif
|
{{ $item['order_no'] }} | {{$item['model']}} | {{$item['quantity'] }} | {{$item['refund_method'] }} | ${{ number_format($item['refund_amount'],2) }} | {{$item['refund_reason'] }} | {{$item['store']['store_name'] }} | {{$item['additional_note'] }} |
No Data | ||||||||
Total |
${{ number_format($data['grandtotal'],2) }} |