@extends("layouts.dashboard.app") @section("page-title") Admins @endSection @section("page-nav-title")
{{__('Control and view all App Users')}}
#{{__('ID')}} | {{__('Full name')}} | {{__('Username')}} | {{__('Email')}} | {{__('Email Verified')}} | {{__('Role')}} | {{__('Created at')}} | {{__('Updated at')}} | {{__('Control')}} |
---|---|---|---|---|---|---|---|---|
{{$user->id}} | {{$user->full_name}} | {{$user->username}} | {{$user->email}} | {{!empty($user->email_verified_at) ? "Yes" : "No"}} | {{ $user->is_admin ? "Super Admin" : ($user->role ? $user->role->name : null)}} | {{$user->created_at->diffForHumans()}} | {{$user->updated_at->diffForHumans()}} | id)}}" class="control-link edit"> |