Your modal probably doesn't contain namespace at the top of your file. Your namespace should be namespace App\Models and in your file where you are going to use this model, you need to put use App\Models\Post at the top.
namespace
namespace App\Models
use App\Models\Post