'date', 'date_of_arrival_nt' => 'date', ]; // Relationship public function person() { return $this->belongsTo(Person::class, 'person_id'); } }