GST No -
{{$addedQuote->branch->gst_no ?? ''}} |
Contact No: {{ $addedQuote->branch->company->phone ?? ''}} |
To:
{{$addedQuote->client->user->name ?? ''}} Address: {{$addedQuote->client->user->location ?? ''}} |
Quote No:
{{ $addedQuote->quote_id ?? ''}}
Quote Date: {{ $addedQuote->quote_date ? \Carbon\Carbon::parse($addedQuote->quote_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 // $gstAmount = ($product->total * $product->quoteItemTaxes->sum('tax')) / 100; // $total = $product->total + $gstAmount; $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: {{$addedQuote->client->user->location ?? ''}} |
Payment Terms:
{{$addedQuote->due_date ? \Carbon\Carbon::parse($addedQuote->due_date)->format('d-m-Y') : ''}} Bill No: {{ $addedQuote->invoice_id ?? ''}} Date: {{ $addedQuote->invoice_date ? \Carbon\Carbon::parse($addedQuote->invoice_date)->format('d-m-Y') : '' }} |
S.No | Description | HSN Code | Qty | Rate | GST(%) | Total |
---|