| {{ __("Identifiant") }} | {{ __("Nombre pcs.") }} | {{ __("État") }} | {{ __("Actions") }} |
|---|---|---|---|
| {{ __("Veuillez créer votre première figure.") }} | |||
| {{ $structure->public_name ?? $structure->reference ?? $structure->id }} | {{ count($structure->graphics()['chosen']) }} | {{ $structure->status === 'DRAFT' ? __("non-publiée") : __("publiée") }} | |