@extends('layouts.details') @section('content')

Détails de l'enregistremenet (Utilisateurs) {{ $record->id }}

Identifiant #{{ $record->id }}

NAME : {{ $record->name }}

EMAIL : {{ $record->email }}

EMAIL VERIFIED AT : {{ $record->email_verified_at }}

PASSWORD : {{ $record->password }}

PHONE : {{ $record->phone }}

TWO FACTOR CODE : {{ $record->two_factor_code }}

FWO FACTOR EXPIRES AT : {{ $record->fwo_factor_expires_at }}

TWO FACTOR ENABLED : {{ $record->two_factor_enabled }}

REMEMBER TOKEN : {{ $record->remember_token }}

Retour à la liste
@endsection