@extends('adminlayout.dashadmin') @section('content')
PURCHASE LIST SELL LIST


@if(Session::has('message'))

{{ Session::get('message') }}

@endif

New Sale Customer*

@csrf
@error('pin')

{{ $message }}

@enderror

@error('city')

{{ $message }}

@enderror


Item Name HSN Code QTY MRP Unit Price Taxable Amount GST(%) GST(amt.) Discount TOTAL Value
Payable Amount

 
Payment Method  
Paid Amount
0
 
@endsection