'datetime', ]; public function country_name() { return $this->belongsTo(Country::class, 'nationality', 'id'); } }