@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')}} | {{__('Created at')}} | {{__('Updated at')}} | {{__('Control')}} |
---|---|---|---|---|---|---|---|
{{++$count}} | {{$user->full_name}} | {{$user->username}} | {{$user->email}} | {{!empty($user->email_verified_at) ? "Yes" : "No"}} | @if($user->created_at) {{$user->created_at->diffForHumans()}} @endif | @if($user->updated_at) {{$user->updated_at->diffForHumans()}} @endif |