@extends('layouts.main') @section('content')

Quotation Management


Tanna TechBiz LLP

Vraj-Bhoomi, 22 New Jagnath Plot, Rajkot, Gujarat, 360 001
+919974300810
info@tannatechbiz.com

INVOICE TO:

{{ $company_details->name }}

0th Floor ,1004,Lokhandwala Township, Akurli Rd, Kandivli(e)

Quotation:{{ $data->quotation_no }}

Date of Invoice: {{ $data->issue_date }}

Billing Address:

{{ $company_details->name }}

{{$billing_details->address_line1}},{{$billing_details->address_line2}},{{$billing_details->address_line3}}

Shipping Address:

{{ $company_details->name }}

{{$shipping_details->address_line1}},{{$shipping_details->address_line2}},{{$shipping_details->address_line3}}
@foreach( $product_details as $value ) @endforeach
NO. Product name HSN Unit Cost Quantity IGST GST Amount TOTAL
04

{{ $value->unit_cost }}

{{ $value->HSN }} ₹{{ $value->unit_cost }} {{ $value->quantity }} {{ $value->i_gst }} 100 100
GST(5%) ₹00 GST(18%) ₹100 Sub Total ₹200
GST(12%) ₹100 GST(28%) ₹00 Gst Total ₹200
GRAND TOTAL ₹400
NOTICE:
A finance charge of 1.5% will be made on unpaid balances after 30 days.
@endsection