@extends('layouts.app') @section('title', 'Dashboard') @section('content')
{{ substr($user->name, 0, 1) }}
Welcome back
{{ $user->name }}
{{ $user->email }}
{{ $user->getRoleName() }}
Total Orders
{{ $stats['orders_count'] }}
Wishlist Items
{{ $stats['wishlist_count'] }}
Reviews Written
{{ $stats['reviews_count'] }}

Recent Activity

No recent activity

Start by browsing our book collection.

@endsection