Namespace declaration statement has to be the very first statement or after any declare call in the script in file D:\Xampp\htdocs\projects\multi_vender_site\app\Models\User.php on line 5
// Fatal error: Namespace declaration statement has to be --
// the very first statement in the script in
// Make sure there is no whitespace before your php tag
// whitespace
<?php
namespace HelloWorld
?>