@extends('backend.layouts.master') @section('title') Pré-inscription @endsection @section('css') @endsection @section('body') @endsection @section('content')
Ajouter hébergement
@csrf


@foreach ($paimentModes as $key => $paimentMode)
paiement_mode) && $participant->paiement_mode == $paimentMode ? 'checked' : '') }} value="{{ $paimentMode }}" class="form-check-input" type="radio" name="paiement_mode" id="paiement-mode-{{ $key }}" required> {{-- @if ($loop->last)
Choisir votre mode de paiement
@endif --}}
@endforeach
{{--
--}} {{--
--}} {{--
--}}
@endsection @section('scripts') {{-- --}} @endsection