'array', 'date' => 'date', ]; public $appends = []; public function client() { return $this->belongsTo(Client::class, 'client_id'); } }