@extends('layouts.app') @section('title', 'Edit Barang Keluar — ' . $project->nama_proyek) @section('page-style') @endsection @section('content')

Edit Pemakaian Material

{{ $project->nama_proyek }}

@if(session('stock_error')) @endif
@csrf @method('PUT')
Informasi Pengeluaran
@error('tanggal_keluar')
{{ $message }}
@enderror
Daftar Material yang Digunakan
Batal
{{-- Item Row Template --}} @endsection @section('page-script') @endsection