@extends('layouts.app') @section('title', 'New Sales Order') @section('content')

New Sales Order

@csrf
Item Details
Prices are inclusive of Tax
Item Details Quantity Rate Amount
{{ getCurrencySymbol() }}0.00
Hold Ctrl (Cmd) to select multiple tags.
Summary
Subtotal {{ getCurrencySymbol() }}0.00
Discount
TDS
{{ getCurrencySymbol() }}
TCS
{{ getCurrencySymbol() }}
Adjustment
{{ getCurrencySymbol() }}

Total

{{ getCurrencySymbol() }}0.00

Cancel
@endsection