*/ use HasFactory; public function billets() { return $this->belongsToMany(Billet::class); } }