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

Catat Pengeluaran Baru

Isi detail pengeluaran untuk mencatat transaksi baru.

{{-- ... (Error handling tetap sama) ... --}} @if ($errors->any()) @endif
@csrf
{{-- Proyek Terkait --}}
{{-- Toko / Vendor --}}
{{-- Total --}}
{{-- [BARU] Kategori --}}
{{-- Status Bayar --}}
{{-- Tanggal Struk --}}
{{-- Input Tanggal Bayar (Kondisional) --}} {{-- Dibuat col-span-2 agar rapi di bawah jika status 'Belum Bayar' --}}
{{-- Rincian Item --}}
{{-- Upload Bukti Struk --}}
{{-- Tombol Aksi --}}
Batal
@endsection