@extends('layouts.app') @section('title', 'Create Bill of Materials') @section('content')

Create Bill of Materials

@include('manufacturing.partials.navigation')
New Bill of Materials
@csrf
Auto-generated code
@error('name') {{ $message }} @enderror
@error('product_id') {{ $message }} @enderror
@error('status') {{ $message }} @enderror
@error('quantity') {{ $message }} @enderror Quantity this BOM produces
@error('unit_of_measure') {{ $message }} @enderror Units related to the selected product
@error('effective_date') {{ $message }} @enderror
@error('expiry_date') {{ $message }} @enderror
@error('notes') {{ $message }} @enderror
Make this the default BOM for the selected product

Components (0)

Cancel
@endsection