'datetime' ]; protected $fillable = ['users_id', 'name', 'mobile_number', 'email', 'kyc_type', 'dob', 'occupation', 'father_name', 'mother_name', 'place_of_birth', 'gross_annual_income', 'status']; public function user() { return $this->belongsTo(User::class, 'users_id'); } }