{{-- resources/views/dashboard/overview.blade.php --}} @extends('layouts.user') @section('title', 'Dashboard Overview') @section('content')
Welcome back, {{ auth()->user()->name }} — here's your account at a glance.