@extends('layouts.app') @section('content')
{{ trans('app.welcome') }} {{ auth()->user()->name }} | {{ auth()->user()->present()->usernameRoles }}
{{ formatRp($totalIncome) }}
{{ formatRp($totalExpenditure) }}
{{ formatRp($totalIncome - $totalExpenditure) }}
@endsection