@extends('layouts.user') @section('content')

Welcome {{ $user->username }}

Balance: ${{ $balance }}
Total Spent: ${{ $totalSpent }}

Recent Orders

@endsection