// app/Http/Controllers/HomeController.php
public function index(): View { return view('welcome', ['status' => 'building cool stuff']); }