@extends('themes.base.layout') @section('title', trans('admin.users_title')) @section('breadcrumb')
@endsection @section('content')@lang('admin.list_users_intro')
{{ $user->name }}@if ($user->is_admin) @endif {{ $user->email }} |
@if (!$user->is_activated) @lang('admin.user_pending') @endif | @lang('forms.edit_action') @lang('forms.delete_action') |