*/ protected $fillable = [ 'name', ]; public function permissions(){ return $this->belongsToMany(Permission::class,"role_permission"); } }