@extends('layouts.app') @section('title', 'User Dashboard') @section('content')
@if(Session::has('account-message-error'))
{{Session::get('account-message-error')}
@endif
Welcome to your account, User!
The best way to get started with your
wallet is to make a deposit.
@endsection