@devansh-webkul Thankyou. The problem was in ModuleServiceProvider
I changed
protected $models = [
Ebest\Blogs\Models\BlogCategory::class,
];
to
protected $models = [
\Ebest\Blogs\Models\BlogCategory::class,
];
This problem has been resolved.
Now if i am running the project i am getting error as
Class 'Ebest\Blogs\Models\BlogCategoryProxy ' not found
at D:\xampp\htdocs\bagisto\vendor\konekt\concord\src\Concord.php:269