@include('/sub_view/header')

Contactez nous

Pour une information ou un retour

@csrf @if (Auth::check() && Auth::user()->compte_id == 2) @endif
compte_id == 2 || Auth::user()->compte_id == 1) value="{{Auth::user()->compte_nom}}" @endif @else value="{{old('nom')}}" @endif > compte_id == 2 || Auth::user()->compte_id == 1) value="{{Auth::user()->compte_prenom}}" @endif @else value="{{old('prenom')}}" @endif >
compte_id == 2 || Auth::user()->compte_id == 1) value="{{Auth::user()->compte_mail}}" @endif @else value="{{old('mail')}}" @endif > @if ($errors->has('mail'))

{{$errors->first('mail')}}

@endif
@if ($errors->has('telPortable'))

{{$errors->first('telPortable')}}

@endif

Les champs munis d'une * sont obligatoires pour valider le formulaire

@if (session()->has('message'))
{{ session()->get('message') }}
@endif