@extends('dashboards.layouts.dash-layout') @section('title', 'Edit Data Manufacturing Order') @section('content')

Ubah Manufacturing Order

@if ($errors->any())

ERROR

Terdapat masalah dengan input anda @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @endif

    Silahkan Masukkan Data

    @csrf @method('PATCH')
    @endsection