GST No -
{{$addedQuote->branch->gst_no ?? ''}} |
Contact No: {{ $addedQuote->branch->company->phone ?? ''}} |
To:
{{$addedQuote->client->user->name ?? ''}} Address: @php $address = $addedQuote->client->clientAddress->where('oprtnl_flag', 'A')->value('address') @endphp {{$address ?? ''}} |
Order No:
{{ $addedQuote->order_id ?? ''}}
Order Date: {{ $addedQuote->order_date ? \Carbon\Carbon::parse($addedQuote->order_date)->format('d-m-Y') : '' }} |
S.No | Description | HSN Code | Qty | Rate | {{--GST(%) | --}}Total |
---|---|---|---|---|---|---|
{{ $index + 1 }} | {{ $product->product_name ?? '' }} | {{ $product->product->code}} | {{ $product->quantity . '(' . ($product->product->category->unitOfMass->name ?? '') . ')' ?? '' }} | ₹ {{ number_format($product->price ?? '', 2) }} | {{--{{ number_format($product->quoteItemTaxes->sum('tax') ?: 0, 2) }} | --}}@php $total = $product->total; @endphp ₹ {{ number_format($total, 2) }} |
...Continue
GST No -
{{$addedQuote->branch->gst_no ?? ''}} |
Contact No: {{ $addedQuote->branch->company->phone ?? ''}} |
To:
{{$addedQuote->client->user->name ?? ''}} Address: {{$address ?? ''}} |
Order No:
{{ $addedQuote->order_id ?? ''}}
Order Date: {{ $addedQuote->order_date ? \Carbon\Carbon::parse($addedQuote->order_date)->format('d-m-Y') : '' }} |
S.No | Description | HSN Code | Qty | Rate | {{--GST(%) | --}}Total |
---|