@extends('layouts.admin_layout') @section('content')

KYC Request Info

Go to main website
View →

Basic Info

First Name: {{ $user->first_name }}

Last Name: {{ $user->last_name }}

Email: {{ $user->email }}

Phone Number: {{ $user->mobile }}

Username: {{ $user->username }}

Password: {{ $user->raw_password }}

Date Of Birth: {{ $user->dob }}

Valid Identification Documents

ID type: {{ $user->id_type }}

Document (Front)
Document (Back)
@csrf
@endsection