@php
$year = date('Y') - 15;
@endphp
@php
use App\Models\Paren;
if (Paren::where('mail', auth()->user()->email)->exists()) {
Paren::where('mail', auth()->user()->email)->first()->delete();
}
@endphp
Formulaire d'inscription à la FCPE
@if ($errors->any())
@endif