@extends('garage.layouts.app') @section('title', 'New parts issuance') @push('styles') @include('shared.garage-parts-issuance-ui-styles') @endpush @section('content')

New parts issuance

Pick parts on the left; only on-hand quantity can be issued. Stock is reduced when you save.

@csrf
Parts 0
Issue detail Back
Issuance #
Date
Work order (optional)
Notes
Lines
Part Qty Max Unit cost
Add parts from the list.
Cancel
@push('scripts') @endpush @endsection