@if ($workshop->description_2)
{!! $workshop->description_2 !!}
@endif
@if ($workshop->partner)
Partenaire :
{!! $workshop->partner !!}
@endif
@if ($workshop->thema_1_subject)
Sujet
{{ !$workshop->thema_1_subject || $workshop->thema_2_subject || $workshop->thema_3_subject || $workshop->thema_4_subject || $workshop->thema_5_subject ? '1 ' : '' }}:
{!! $workshop->thema_1_subject !!}
@if ($workshop->thema_1_speaker)
Intervenant :
{!! $workshop->thema_1_speaker !!}
@endif
@endif
@if ($workshop->thema_2_subject)
Sujet 2 :
{!! $workshop->thema_2_subject !!}
@if ($workshop->thema_2_speaker)
Intervenant :
{!! $workshop->thema_2_speaker !!}
@endif
@endif
@if ($workshop->thema_3_subject)
Sujet 3 :
{!! $workshop->thema_3_subject !!}
@if ($workshop->thema_3_speaker)
Intervenant :
{!! $workshop->thema_3_speaker !!}
@endif
@endif
@if ($workshop->thema_4_subject)
Sujet 4 :
{!! $workshop->thema_4_subject !!}
@if ($workshop->thema_4_speaker)
Intervenant :
{!! $workshop->thema_4_speaker !!}
@endif
@endif
@if ($workshop->thema_5_subject)
Sujet 5 :
{!! $workshop->thema_5_subject !!}
@if ($workshop->thema_5_speaker)
Intervenant :
{!! $workshop->thema_5_speaker !!}
@endif
@endif
@if ($workshop->salle)
Salle :
{!! $workshop->salle !!}
@endif
@if ($workshop->capacity - $workshop->participants->count() > 0)
{{ $workshop->capacity - $workshop->participants->count() }}
place{{ $workshop->capacity - $workshop->participants->count() == 1 ? '' : 's' }}
disponible{{ $workshop->capacity - $workshop->participants->count() == 1 ? '' : 's' }}
@else
Pas
de place
disponible
@endif