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

New Purchase Entry

@csrf
Purchase Details
@error('supplier_id')
{{ $message }}
@enderror
@error('purchase_date')
{{ $message }}
@enderror
Line Items
Material * Quantity * Unit Unit Price * Total
0.00
Grand Total: ৳0.00
Initial Payment (Optional)
@error('payment_method')
{{ $message }}
@enderror
Cancel
@push('scripts') @endpush @endsection