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