'datetime', ]; public function location() { return $this->belongsTo(Location::class, 'id','user_id')->first(); } }