@extends(Theme::viewName('layout')) @section('title', trans('admin.users_title')) @section('breadcrumb')
{{ $user->name }}@if ($user->is_admin) @endif {{ $user->email }} |
@if (!$user->is_activated) @lang('admin.user_pending') @endif | @lang('forms.delete_action') |