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

New Production (Assembly)

Back to List
@if(session('error'))
{{ session('error') }}
@endif
@csrf
Select a product to calculate required ingredients.
Raw Materials Required
Ingredient Required Qty Current Stock Unit Cost (Avg) Total Cost Status
Total Estimated Production Cost $0.00
Estimated Cost Per Unit $0.00
@endsection