@extends('layouts.layoutapp') @section('content')
@csrf
Purchase Materials
Add Material
{{-- HIDDEN: Bill No / E-Way Bill No / Transport Vehicle No / Dispatch Place. Kept for future use - uncomment to restore. All four are nullable in ProductController validation, so the form saves fine without them.
--}}
Material Qty Buying Price Selling Price Action
Click "Add Row" to start adding materials.
Cancel
@include('products.product_modal') @endsection @push('scripts') @endpush