@extends('layouts.app') @section('content')

Edit Data Pengeluaran

Perbarui detail pengeluaran untuk: {{ $pengeluaran->toko }}

{{-- ... (Error handling tetap sama) ... --}} @if ($errors->any()) @endif
@csrf @method('PUT')
{{-- Proyek Terkait --}}
{{-- Toko / Vendor --}}
{{-- Total (Manual Input) --}}
{{-- [BARU] Kategori --}}
{{-- Status Bayar --}}
{{-- Tanggal Struk --}}
{{-- Input Tanggal Bayar (Kondisional) --}} {{-- Dibuat col-span-2 agar rapi --}}
{{-- Rincian Item --}}
{{-- ... (Upload bukti struk & tombol aksi tetap sama) ... --}}
@if ($pengeluaran->bukti_struk) @endif
{{-- Tombol Aksi --}}
Batal
@endsection