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

Tambah Pemakaian Material

{{ $project->nama_proyek }}

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