@extends('admin.layout') @section('content')

Ajouter un participant

@csrf
@foreach($pilots as $pilot)
id, old('pilots', [])) ? 'checked' : '' }}>
@endforeach
Annuler
@endsection