@extends('admin.layouts.app') @section('contents')
| No. | Name | Date of birth | Gender | Status | ||||
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $kycRequest->full_name }} | {{ $kycRequest->user->email }} | {{ $kycRequest->date_of_birth }} | {{ $kycRequest->gender }} | @if ($kycRequest->status == 'pending')Pending | @elseif($kycRequest->status == 'approved')Approved | @elseRejected | @endifView |
| No Pending KYC Requests | ||||||||