MyMoney
{{ __('Dashboard') }} {{ __('Accounts') }} {{ __('Transactions') }} {{ __('Budgets') }} {{ __('Goals') }}
{{ __('Recurring') }} {{ __('Transfers') }} {{ __('Categories') }} {{ __('Reports') }} {{ __('Import') }}
Add Transaction

Notifications

View all
@forelse(auth()->user()->userNotifications()->latest()->limit(5)->get() as $notification)

{{ $notification->title }}

{{ $notification->created_at->diffForHumans() }}

@empty

No notifications

@endforelse
{{ __('Profile') }} {{ __('Settings') }}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }} {{ __('Accounts') }} {{ __('Transactions') }} {{ __('Budgets') }} {{ __('Goals') }} {{ __('Recurring') }} {{ __('Transfers') }} {{ __('Categories') }} {{ __('Reports') }} {{ __('Import') }}
{{ substr(Auth::user()->name, 0, 1) }}
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }} {{ __('Settings') }} {{ __('Notifications') }}
@csrf {{ __('Log Out') }}