public function getModelBySlug($slug)
 {
     return Models::where('name', $slug)->get();
 }