@extends('procurement::layouts.master') @section('title','New Invoice') @section('content') @php $invoice = null; @endphp

New Invoice

@csrf
@include('procurement::invoices._form')
Parts on this Invoice (optional — used for purchase history and inventory)
ComponentQtyUnit PriceTariff $Extended
Cancel
@endsection @push('scripts') @endpush