@extends('layouts.user') @section('title', 'User Panel | Smart Dermatology') @section('content')
User Panel

Welcome back, {{ auth()->user()->name }}

Continue your skin-health journey with quick access to AI analysis, educational resources, and support tools.

@endsection