@extends('Frontend.layouts.master') @section('style') @endsection @section('content')

KYC

View your KYC Details

@if (!$userKYC) @endif
@if ($userKYC)

{{ $userKYC->name }}

Mobile Number

{{ $userKYC->mobile_number }}

Email

{{ $userKYC->email }}

Account Type

{{ $userKYC->kyc_type }}

Occupation

{{ $userKYC->occupation }}

Status

{{ $userKYC->status }}

@if ($userKYC->status == 'Rejected') @endif
@endif
@endsection