@extends('layouts.app') @section('title', 'Edit Bahan Penolong: ' . $bahanPenolong->nama . ' - Dazry Laundry App') @section('page_title', 'Edit Bahan Penolong: ' . $bahanPenolong->nama) @section('content')
@csrf @method('PUT') @include('bahan_penolong.form', ['bahanPenolong' => $bahanPenolong])
Cancel
@endsection