@extends('layouts.finance') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @section('content')

Selamat datang, User! 👋

Kelola keuangan pribadi Anda dengan mudah dan teratur.

@foreach([1,2,3,4] as $i)
@endforeach

API Token

Use this token to authenticate API requests

Bearer Token

Authorization: Bearer YOUR_TOKEN

Header Token

X-API-TOKEN: YOUR_TOKEN

CURL Example

curl -H "X-API-TOKEN: YOUR_TOKEN" ...

Transaksi Terbaru

Lihat Semua →
@foreach([1,2,3] as $i)
@endforeach

Akun & Saldo

@foreach([1,2] as $i)
@endforeach
@endsection @push('scripts') @endpush