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

Edit Data Pengeluaran

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

@if ($errors->any()) @endif
@csrf @method('PUT')
{{-- Proyek Terkait --}}
{{-- Toko / Supplier --}}
{{-- Total --}}
{{-- Tanggal Struk --}}
{{-- Waktu Input --}}
{{-- Rincian Item --}}
{{-- Upload Bukti Struk --}}
@if ($pengeluaran->bukti_struk) @endif
{{-- Tombol Aksi --}}
Batal
@endsection