@extends('backend.layouts.master') @section('title') Pré-inscription @endsection @section('css') @section('select2', true) @endsection @section('body') @endsection @section('content')
@if ($participant->code)
Reprise inscription « {{ $participant->user?->firstname }} {{ $participant->user?->name }} »
@else
Modifier inscription {{ $participant->user->firstname }} {{ $participant->user->name }}
@endif
Retour
@include('backend.participants.show-user-data')
@csrf {{-- ===== Step 1: Workshop selection ===== --}}
@include('backend.participants.workshops')
{{-- ===== Step 2: Categories & Payment (congressiste only) ===== --}} {{-- ===== Buttons ===== --}}
{{-- Stock out modal --}} {{-- Payment mismatch modal --}}
@endsection @section('scripts') @endsection