// In the main router. return view("profile")->with('username', "CoolGuy") // In the blade. <?php echo username ?>;