@extends('layouts.layout-horizontal') @section('title', 'New OTC Sale') @section('css') @endsection @section('content')
@csrf
New OTC Sale
Bill # {{ $nextBillNo }}
Line Items
New Product
{{-- HSN hidden in OTC (cash mode) --}}
# ProductUnit Qty Rate Amount
{{-- Sticky bottom bar --}}
Amount
Roundoff
Grand Total
@endsection @push('scripts') @endpush