@extends('layouts.app') @section('title', trans('user.show')) @section('content')

{{ $user->name }} {{ trans('user.show') }}

{{ trans('user.show') }}

{{ trans('app.name') }}{{ $user->name }}
{{ trans('user.email') }}{{ $user->email }}
{{ trans('user.role') }} {{ $user->present()->displayRoles }}
{{ trans('user.registered_at') }}{{ $user->created_at }}
@endsection