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

Edit Production Order

Production Orders / Edit

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