@if(session('success'))
{{ session('success') }}
@endif
Download Sample
@csrf
@php $selectedCustomer = App\Models\SelectCustomer::first(); $customerState = $selectedCustomer ? $selectedCustomer->state : ''; @endphp @if($selectedCustomer) @endif
@if ($errors->has('gst_type')) @endif
Sr No Description Quantity Price Total Amount

Sub Total: 0

CGST (%): 0

SGST (%): 0

IGST (%): 0

Grand Total: ₹ 0
Back