@extends('menu_et_footer') @section('title') Paramètres | {{config('app.name')}} @endsection @section('container-fluid')

Paramètres

{{-- --}}
imgUtilisateur

{{Auth::user()->nom_et_prenoms}}

{{Auth::user()->email}}
@csrf {{-- GestSurveyLogo
GestSurveyText
--}} {{--

{{__('Profil')}}

--}}
@if ($errors->has('login')) {{ $errors->first('login') }} @endif
@if ($errors->has('nom_et_prenoms')) {{ $errors->first('nom_et_prenoms') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection