@extends('components.admin-layout') @section('content')

All Pending Documents

  • {{-- {{ route("admin.customers.create")}} --}} {{-- Add User --}}
Profile
Name
Email
Verified
Joined At
{{--
Status
--}}
View
Action
@foreach ($users as $user)
  • @if ($user->isverified) Verified @else Not Verified @endif
{{ date('d M,Y', strtotime($user->createdAt)) }}
{{-- modal --}}
@endforeach
@if ($users->count() < 1) @endif
{{--
{{ $users->links() }}
--}}
{{ $users->links() }}
@endsection