@extends('frontend.mediknode.layout.mainlayout') @section('content') @component('frontend.mediknode.components.breadcrumb') @slot('title') Demande de Pré-inscription @endslot @slot('li_1') Demande de Pré-inscription @endslot @endcomponent
@csrf @php $is_resident = 0; $is_adherent = 0; $is_fee = 0; $isBDC = 0; $preferentiel = $event->has_before_date == 1 && $event->is_before_date_active == 1 ? 1 : 0; $cours = $workshops->where('groupe', 'E01')->where('visible_fe', 1); @endphp
@foreach ($cours as $workshop) @endforeach
Participer au cours pré-congrès
capacity - $workshop->participants_count > 0 ? '' : 'disabled' }} required> @if ($workshop->description)
{!! $workshop->description !!}
@endif @if ($workshop->salle)
Salle : {!! $workshop->salle !!}
@endif
TND
Choisir une option pour passer à l'étape suivante
@component('frontend.mediknode.components.scrolltotop') @endcomponent @endsection