@extends('template.app') @section('title', 'Edit Biaya') @section('css') @endsection @section('breadcrumb') @endsection @section('content')
@include('components.toast-notification')
@csrf @method('PUT')
Edit Biaya Pengeluaran
Detail Biaya
@foreach($expenseDetail as $index => $detail) @endforeach
Kategori Biaya User Customer Jumlah Aksi
Pembayaran
@foreach($payments as $index => $payment) @endforeach
Tanggal Bayar Metode Pembayaran Akun Bank Jumlah Bayar Catatan
@endsection @section('js') @endsection