@extends('layouts.dashboard.superadminapp') @section('title', 'Create Tax Invoice') @section('styles') @endsection @section('content')

Create Tax Invoice

Tax Invoice Registration Form
{{ now()->format('l') }}, {{ now()->format('d') }} {{ now()->format('F') }} {{ now()->format('Y') }}
@csrf

Invoice Details

UMBREY ENGINEERING PVT LTD
No. 31, 2nd Phase, Peenya Industrial Area Bengaluru 560 058, Karnataka, India GSTN: 29AAACU2461N1ZY | PAN: AAACU2461N

Buyer Information (Bill To)

Shipping & Dispatch Details

Invoice Items

# Description of Goods HSN/SAC Quantity Rate Per SGST % CGST % IGST % Amount
1

Tax Calculation & Totals

Taxable Value:
SGST:
CGST:
IGST:
Total Tax:
Grand Total:

Bank Details & Declaration

Company's Bank Details
A/c Holder: UMBREY ENGINEERING PVT LTD Bank Name: ICICI BANK C/A A/c No: 193505000015 Branch & IFS Code: PEENYA BRANCH & ICIC0001935 Company's PAN: AAACU2461N
Declaration
We declare that this invoice shows the actual price of the goods described and that all particulars are true and correct.
For Umbrey Engineering PVT LTD
Authorised Signatory
@endsection @section('scripts') @endsection