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

New Production Order

Production Orders / New

@if($errors->any())
@endif
@csrf
Cancel
@endsection