@extends('template.app') @section('title', 'Tambah Biaya') @section('css') @endsection @section('breadcrumb') @endsection @section('content')
@include('components.toast-notification')
@csrf
Tambah Biaya Pengeluaran
Detail Biaya
Kategori Biaya User Customer Jumlah Aksi
Pembayaran
Tanggal Bayar Metode Pembayaran Akun Bank Jumlah Bayar Catatan
@endsection @section('js') @endsection