|
Nous vous confirmons que votre abstract a bien été reçu.
Événement
: {{ $abstract->event->title2 }}
Titre :
{{ $abstract->title }}
@if ($participant->event->has_abstract_type)
Type de
communications : {{ $abstract->type }}
@endif
@if ($participant->event->has_abstract_speciality)
Spécialité
de
la Communication : {{ $abstract->speciality }}
@endif
Premier
Auteur
: {{ $abstract->first_author }}
Co-auteurs
: {{ $abstract->collaborators }}
Service
:
{{ $abstract->service }}
{{ $abstract->event->id == 47 ? 'Introduction et Objectif' : 'Introduction' }}
: {!! nl2br($abstract->abstract_introduction) !!}
Matériel
&
Méthode : {!! nl2br($abstract->abstract_method) !!}
{{ $abstract->event->id == 47 ? 'Résultats / Observations' : 'Résultats' }}
: {!! nl2br($abstract->abstract_result) !!}
@if ($abstract->event->id != 47)
{{ $abstract->event->id == 43 ? 'Discussion et principales conclusions' : 'Discussion' }}
: {!! nl2br($abstract->abstract_discussion) !!}
@endif
@if ($abstract->event->id != 43)
Conclusion
: {!! nl2br($abstract->abstract_conclusion) !!}
@endif
|