@foreach($dataa as $row)
|
{{ $voucher_no_label }}: {{ strtoupper($row->gi_no) }}
|
{{ $voucher_date_label }}: {{ CommonHelper::changeDateFormat($row->gi_date) }}
|
@foreach(SalesHelper::get_data_from_invoice_data($row->id,$type) as $data)
@endforeach
@endforeach
@if(!$hasRows)
| Voucher found but no line items with quantity available for credit note. |
@endif