{
"success": true,
"message": "Berhasil mengambil data",
"data": [
{
"id": 101,
"date": "2025-09-22",
"description": "Penjualan #INV-500-500",
"type": "expense",
"amount": "500000.00",
"proof_of_transaction": "http://localhost:8000/storage/proof_of_transactions/Ueu0ETwO9KTlPRqfTVlFsFs6xZSRyMOclWNkTIPF.png",
"created_at": "2025-09-22T03:57:14.000000Z",
"created_by": {
"id": 2,
"name": "Admin"
}
},
{
"id": 92,
"date": "2025-08-30",
"description": "Adipisci voluptate velit iste ut corporis iusto.",
"type": "expense",
"amount": "914042.03",
"proof_of_transaction": null,
"created_at": "2025-09-22T02:42:38.000000Z",
"created_by": {
"id": 1,
"name": "Super Admin"
}
}
],
"meta": {
"current_page": 1,
"last_page": 5,
"per_page": 2,
"total_data": 10
}
}