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