@extends('layouts.master') @section('css') @endsection @section('title') E-invoice @endsection @section('content') @csrf E-Invoice Fill in the details to generate E-Invoice Transaction Details Tax Scheme * GST Supply Type * B2B-Business to Business SEZWP - SEZ with payment SEZWOP - SEZ without payment EXPWP - Export with Payment EXPWOP - Export without payment DEXP - Deemed Export Reg Reverse No Yes GSTIN of e-Commerce operator Igst On Intra No Yes Document Details Document Type * Invoice Credit Note Debit Note Document Number * Document Date * Seller Details GSTIN * Legal Name * Trade Name Address Line 1 * Address Line 2 Location * PIN Code * State Code * @foreach ($gstStates as $gstState) state_code == $gstState->code ? 'selected' : '' }}> {{ $gstState->name }} @endforeach Phone Email Buyer Details GSTIN * Legal Name * Trade Name Place of Supply * @foreach ($gstStates as $gstState) code == $ledger->state_code ? 'selected' : '' }}> {{ $gstState->name }} @endforeach Other Territory / Country Address Line 1 * Address Line 2 Location * PIN Code * State Code * @foreach ($gstStates as $gstState) code == $ledger->state_code ? 'selected' : '' }}> {{ $gstState->name }} @endforeach Phone Email Dispatch Details Name (Dispatching Company) * Address Line 1 * Address Line 2 Location * PIN Code * State Code * @foreach ($gstStates as $gstState) {{ $gstState->name }} @endforeach Shipping Details Gstin Legal Name * Address Line 1 * Address Line 2 Location * PIN Code * State Code * @foreach ($gstStates as $gstState) {{ $gstState->name }} @endforeach Ewaybill Details Trans Mode * Road Rail Air Ship inTransit Trans Distance (KM) * Transporter Name Transporter ID Transporter Doc No Transporter Doc Date Vehicle No Vehicle Type Regular ODC Is different Dispatch Address ? Is different Shipping Address ? @if ($accountingVoucher->amount >= 50000) Take E-way bill with E-invoice? @endif @endsection @section('script') @endsection