laravel error : Namespace declaration statement has to be the very first statement or after any declare call in the script
There is an empty space before the <?php
tag. Remove it.
<?php
namespace App\Models;
If problem continue you have to remove bom from file via notepad++