@extends('layouts.user')
@section('content')
{{ __("Howdy, :name", ['name' => Auth::user()->nameOrEmail]) }}!!
{{ __("Ready to jump back in?") }}
@if(!empty($top_cards))
@foreach($top_cards as $card)
{{$card['amount']}}
{{$card['desc']}}
@endforeach
@endif
@endsection
@section('footer')
@endsection