@extends('layout') @section('title','Add Sale') @section('content')
Customer Details
@csrf
Lottery Product Details
Product Quantity Price Discount VAT Amount Action
discount_status == 1 ? '' : 'disabled' }} onchange="getTotal(1)"> %
tax_status == 1 ? '' : 'disabled' }} onchange="getTotal(1)"> %
Add One more Lottery
Wallet Amount
{{$Business_Partner->wallet_amount}}
Total
€0.00
@endsection