*/ protected $fillable = [ 'name', 'address', 'checked', 'email', 'description', 'interest', 'date_of_birth', 'credit_card', ]; /** * The attributes that should be hidden for serialization. * * @var array */ protected $hidden = []; /** * The attributes that should be cast. * * @var array */ protected $casts = []; }