@extends('layouts.admin') @section('title', 'New Purchase | Mintavia Admin') @section('content')

Edit Purchase Challan Bill

@csrf
@foreach ($purchaseTypes as $purchaseType) @endforeach
Item M.Qty Free Rate Unit Basic Amt. D. % Discount Amt. Tax % Tax Amt. Amount Action
Total 0 0 0 0 0 0 0
@endsection @section('plugins.Select2', true) @section('models') @endsection @section('js') @endsection