'date:Y-m-d', ]; public function currency() { return $this->belongsTo(Currency::class); } public function city() { return $this->belongsTo(City::class); } }