@extends('layouts.master') @section('title', 'Edit Penggunaan Bahan') @section('content')

Edit {{__('Penggunaan Bahan')}} Input

@csrf @method('PUT')
{{__('Penggunaan Bahan')}} Information


{{__('Penggunaan Bahan Details')}}
@foreach($penggunaanBahan->details as $index => $detail) @endforeach
Item Qty Unit Notes Actions
{{-- --}}
@csrf @method('DELETE')
@if (session('success')) @endif @if (session('error')) @endif
@section('scripts') @endsection @endsection