@extends('layouts.printzak') @section('pageSize','A4') @section('content') @foreach($data as $k => $v) @php $slno = 1 @endphp
SALES ESTIMATE
@php $stringvalue =$v['customer_details']['address']; $str_arr = explode (",", $stringvalue); $result = count($str_arr); @endphp
Cust Details : {{$v['customer_details']['name']}}
Invoice No : {{$v['bill_no']}}
@for ($i = 0; $i < $result; $i++) {{$str_arr[$i]}}
@endfor
Invoice Date : {{$v['bill_date']}}
GSTIN: {{$v['customer_details']['gstin']}}
Payment Mode : {{$v['payment_mode']}}
SL.No
Description
Qty
Unit
Price
Total Price
@foreach($v['sold_items'] as $vv)
@php echo $slno @endphp
{{$vv['item_details']['name']}}
{{$vv['quantity']}}
{{$vv['mesuring_details']['name']}}
{{$vv['price_per_quantity']}}
{{$vv['total']}}
@php $slno++ @endphp @endforeach
For NESTO PLUS FOOD PRODUCTS

Authorised Signatory
@endforeach