@extends('layouts.layout-horizontal') @section('title', 'New Sales Enquiry') @section('css') @endsection @php $isCashMode = currentCompany()?->mode === 'cash'; @endphp @section('content')
@csrf
+
Enquiry New
@include('partials._party-details')
Line Items
New Product
@if(!$isCashMode)@endif
# Product HSN Unit Qty Rate AmountTax%Total
{{-- Sticky bottom bar --}}
Amount
@if(!$isCashMode)
Tax
@else @endif
Roundoff
Grand Total
@endsection @push('scripts') @endpush