*/ protected $table = "sertifikat"; protected $fillable = [ 'user_id', 'sertifikat', ]; /** * The attributes that should be hidden for serialization. * * @var array */ protected $hidden = [ 'updated_at', 'created_at' ]; }