'decimal:2', ]; public function client(): BelongsTo { return $this->belongsTo(Client::class, 'client_id'); } }