@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

{{ $user->domain == 'Médecine' ? 'Dr. ' : '' }}{{ $user->firstname }} {{ $user->name }}, nous avons le plaisir de vous annoncer que votre pré-inscription à la « {!! \App\Helpers\TextHelper::addSup($event->title) !!} » a été bien effectuée.

@if (isset($participant) && $participant->workshops->count() > 0) @foreach ($participant->workshops as $workshop) @endforeach
Désignation Prix
{{ $workshop->workshop?->titre }} {{--
{!! $workshop->workshop?->description !!}
--}}
{{ $workshop->price }} TND
Total {{ $participant->total_price }} TND
Moyen de paiement {{ $participant->paiement_mode }}
@endif @if ($participant->event->has_paiement)

CETTE PRÉ-INSCRIPTION NE SERA OFFICIELLE QU'APRÈS PAIEMENT.

@endif @if ($participant->paiement_mode == 'Virement bancaire')

Voici les coordonnées bancaire :

  • Banque : BIAT
  • Agence : MONASTIR II
  • Titulaire du compte : STMGF
  • RIB : 08 033 0120720037608 77

Nous vous prions d'envoyer la preuve de paiement par mail « contact@stmgf.tn » et de vous munir de cette preuve à votre arrivée au congrès.

@endif @if (!$event->is_closed_registration) @auth @if (!$event->participant($userId, $event->id)) @elseif ( $event->has_abstracts && !$event->is_closed_abstract_submission && auth()->user()->abstractsByEvents($event->id)->count() < $event->abstract_submission_limit) @endif @endauth @endif
@component('frontend.mediknode.components.scrolltotop') @endcomponent @endsection