@extends('layout.template') @section('title', 'Profile') @section('page_breadcrumb')
Profile page
@endsection @section('content')

GestStudent

@if (!count($activites))

Aucune activité...

@else @foreach ($activites as $activite) @endforeach
Adresse Opération Date
{{ $activite->adresseip }} {{ $activite->operation }} {{ $activite->dateActivite }}
@endif
Full Name

{{ $infoUser->nom }} {{ $infoUser->prenom }}

Mobile

{{ $infoUser->country_code }} {{ $infoUser->phone }}

Email

{{ $infoUser->email }}

Nationalité

{{ $infoUser->nationalite }}

@csrf @if (Illuminate\Support\Facades\Session::has('erreurChang'))