@extends('layouts.app') @section('title', 'Edit Produk Setengah Jadi: ' . $produkSetengahJadi->nama . ' - Dazry Laundry App') @section('page_title', 'Edit Produk Setengah Jadi: ' . $produkSetengahJadi->nama) @section('content')
@csrf @method('PUT') @include('produk_setengah_jadi.form', [ 'bahanBakus' => $bahanBakus, 'produksetengahJadi' => $produkSetengahJadi ])
Cancel
@endsection