{{ __("Figures") }}

{{ __("Silhouette : ") }} {{ $catalogue->name }}
@csrf @method('patch') {{ __("OK") }}

  • {{ __("Retour aux silhouettes") }}
  • @if($catalogue->structures->isEmpty())
  • {{ __("Supprimer la silhouette") }}
  • @endif
  • {{ __("Nouvelle figure") }}
  • @if ($errors->any())
      @foreach ($errors->all() as $error)
    • {{ $error }}
    • @endforeach
    @endif
    @if($structures->isEmpty())

    {{ __("Veuillez créer votre première figure.") }}

    @else @foreach($structures as $structure) @endforeach @if($structures->links())
    {{ $structures->links() }}
    @endif @endif
    {{-- {{ $structure->status === 'DRAFT' ? __("non-publiée") : __("publiée") }} --}}