@use('\Illuminate\Support\Str', 'Str') Process Application
  • {{ $kyc->user->name }} KYC Application

    @if ($status == 'verified') Verified @else {{ $status }} @endif
    @if ($status != 'verified') @can('process kyc applications') Action @endcan @endif
    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
    Download Front View of {{ $kyc->document_type }}
    Download Back View of {{ $kyc->document_type }}