@extends('layouts.app') @section('extra-css') @endsection @section('content')
| {{__('admin.id')}} | {{__('admin.img')}} | {{__('admin.name')}} | {{__('admin.email')}} | {{__('admin.phone')}} | {{__('admin.status')}} | {{__('admin.created_at')}} | {{__('admin.more')}} |
|---|---|---|---|---|---|---|---|
| {{$user->id}} |
|
{{$user->name}} | {{$user->email??__('admin.no-data-available')}} | {{$user->country_code}}{{$user->phone}} |
verified==3)checked="" @endif>
|
{{Carbon\Carbon::parse($user->created_at)->locale(app()->getLocale())->translatedFormat('l dS F G:i - Y')}} |