@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() >= 5)
Plus de 5
places disponibles
@elseif($workshop->capacity - $workshop->participants->count() == 4)
4 places
disponibles
@elseif($workshop->capacity - $workshop->participants->count() == 3)
3 places
disponibles
@elseif($workshop->capacity - $workshop->participants->count() == 2)
2 places
disponibles
@elseif($workshop->capacity - $workshop->participants->count() == 1)
1 place
disponible
@else
Pas
de place
disponible
@endif