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

Create Production Order

@if($products->isEmpty())
No Active BOMs Found!
You must configure and activate a Bill of Materials for a product before you can create a work order. Go to Product Catalog.
@endif
@csrf
Cancel
@endsection