belongsTo(Client::class); } public function bill() { return $this->belongsTo(Bill::class); } }