@extends('layouts.base', $breadcrumb = [ "title" => "PROFILE", "showNav" => false ] ) @section('title', 'Profil') @section('css') @endsection @section('content') @php $role = userRole(session('type_user'))[session('type_user')]; @endphp {{-- alert with content --}} @include('partials.alert')
@if ( session('update_password') == 0)
@endif

Informations personnelles

{{ $data['nom'] .' '. $data['prenom'] }}

{{ $role }}
Nom & Prénom(s)

{{ $data['nom'] .' '. $data['prenom'] }}

Contact

{{ '('. $data['country_code'] .')'. $data['phone'] }}

Email

{{ $data['email'] }}

Nationalité

{{ $data['nationalite'] }}

Sexe

{{ $data['sexe'] }}

Status

{{ $role }}

Vos activités

GestStudent

Aucune activité...

Mettre à jour vos informations de connexion

$data['matricule']]) }}" method="POST"> @csrf
10 caractères au minimum
@endsection @section('script') @endsection