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

{{ $kyc->user->name }} KYC Application

@if ($kyc->status == 'Verified') Verified @else {{ $kyc->status }} @endif
Action
Personal Information

{{ $kyc->first_name }}

First name

{{ $kyc->last_name }}

Last name

{{ $kyc->email }}

Email

{{ $kyc->phone_number }}

Phone Number

{{ $kyc->dob }}

Date of Birth

{{ $kyc->social_media }}

Social Media username
Address Information

{{ $kyc->address }}

Address Line

{{ $kyc->city }}

City

{{ $kyc->state }}

State

{{ $kyc->country }}

Nationality
Document Information

{{ $kyc->document_type }}

Document type
Front View of Document
Back View of Document
@endsection