@extends('layout.app') @section('content')
Modifier @if(auth()->user()->custom_id != $data->custom_id) un Membre @else votre profil @endif
{{--
    --}} {{--
  • assistant_photoAction
  • --}} {{--
  • printAnother action
  • --}} {{--
  • favoriteSomething else here
  • --}} {{--
--}}
@csrf {{ method_field('put') }}
@if($data->photo) @endif
@if(auth()->user()->custom_id != $data->custom_id) Important : L'utilisateur se connectera avec cet email et son prenom exact (tout en petits caractères) comme mot de passe.
Ex: Pour un prénom Kylian, le mot de passe = kylian.
Il pourra changer son mot de passe une fois connecté en éditant son profil.
@endif
@if(auth()->user()->custom_id == $data->custom_id)
@endif
+
@if(auth()->user()->isAdmin())
@endif
Annuler
@if(auth()->user()->subGold()) @endif @if(auth()->user()->subStandard()) @endif
* Champs obligatoires
Infos supplémentaires
Ajouter des éléments dans la liste
Transcrire audio en texte
Générer grâce à Docteur IA
@endsection @push('scripts') @endpush