@extends('layouts.app') @section('title', trans('user.show')) @section('content')
| {{ trans('app.name') }} | {{ $user->name }} |
|---|---|
| {{ trans('user.email') }} | {{ $user->email }} |
| {{ trans('user.role') }} | {{ $user->present()->displayRoles }} |
| {{ trans('user.registered_at') }} | {{ $user->created_at }} |