@extends('layouts.app') @section('title', 'New Purchase') @section('content')

New Purchase from Flour Mill

@csrf
Items (Bags from Mill)
CategoryWeightBagsPrice/BagSubtotal
Grand Total: Rs. 0.00
Remaining added to supplier balance
Cancel
@push('scripts') @endpush @endsection