@extends('layouts.backend') @section('content')
Users

{{ count($users) }}

{{ $curent_month_users }} users this month

Latest Users

@if (count($users)) @foreach ($users as $i => $user) @endforeach @else @endif
Phone Number Name Email Status Last OTP Sent At View
{{ $user->phone_number }} profilepic)) src="{{ 'https://placehold.co/30x30?text=' . substr($user->name, 0, 1) }}"@else src="{{ $user->profilepic }}" @endif alt="image" /> {{ $user->name }} {{ $user->email }}
{{ date('jS F Y h:i:s A', strtotime($user->lastOtp->updated_at)) }} View User
No Users
@endsection @push('script') @endpush