{{$companyinfo->title}}

Address:{{$companyinfo->address}}

Phone:{{$companyinfo->phone}}

Email:{{$companyinfo->email}}

URL:{{$companyinfo->web}}

Employee Name : {{$postProduction->employee_name}}

Voucher #: {{$postProduction->voucher_number}}

Voucher Date: {{$postProduction->voucher_date}}

@if(!empty($itemWisePorduction)) @php $i=1; $totalQty=0; $totalAmount=0; @endphp @foreach($itemWisePorduction as $production)             @php $totalQty+=$production['item_qty']; $totalAmount+=$production['amount']; $i++; @endphp @endforeach                         @endif
Sr# Item Rate Takan-Rate Quantity Amount
{{$i}} {{$production['item_name']}} {{$production['rate']}} {{$production['additional_rate']}} {{$production['item_qty']}}{{$production['amount']}}
Total {{$totalQty}} {{$totalAmount}}
Final Production {{$postProduction->gross_total}}
- Deduction {{$postProduction->deduction_amount}}
+ Additional Amount {{$postProduction->additional_amount}}
Net Total {{$postProduction->net_total}}
Cash Paid {{$postProduction->cash_paid}}

Thank You for Your business!

Print Date: @php echo date('Y-m-d'); @endphp

Prepared by:admin