<!-- DO NOT THROW THIS AWAY --> <!-- Fill out the FULL versions with patch versions --> - Laravel Version: 8.34.0 - PHP Version: 7.4.16 - Database Driver & Version: - ### Description: If you use the ")" character in a declared attribute of a component, this will result in an error: _ParseError syntax error, unexpected .._ ### Steps To Reproduce: **Declare an attribute on a component:** `public function __construct($title = '')` **Run from any .blade.php:** `<x-forms.input title="test test )"/>`