@extends('layouts.print') @section('pageSize','A4') @section('content') @foreach($data as $k => $v) @php $slno = 1 @endphp @foreach($v['sold_items'] as $index=>$vvv) @if ($index==0) @foreach($v['sold_items'] as $vv) @include('partials.salesinvoice_items') @php $slno++ @endphp @endforeach
SL1.No
رقم
Description Unit
وحدة
Qty Price Total
@endif @endforeach @endforeach @php $taxable = $v['net_total'] -$v['tax']; @endphp