@extends('layouts.layoutapp') @section('content')
@csrf
Purchase Materials
Add Material
Material Qty Buying Price Selling Price Action
Click "Add Row" to start adding materials.
Cancel
@include('products.product_modal') @endsection @push('scripts') @endpush