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

Edit Tax Invoice

{{ $invoice->invoice_no }}
{{ now()->format('l') }}, {{ now()->format('d') }} {{ now()->format('F') }} {{ now()->format('Y') }}
@csrf @method('PUT')

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

@foreach($invoice->items as $index => $item) @endforeach
# Description of Goods HSN/SAC Quantity Rate Per SGST % CGST % IGST % Amount
{{ $index + 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