@extends('layouts.mulaauth') @section('title', $title) @section('content')

KYC Verification

@csrf {{-- First Name --}}

First Name

{{-- Last Name --}}

Last Name

{{-- Email --}}

Email

{{-- Phone Number --}}

Phone Number

{{-- Date of Birth --}}

Date of Birth

{{-- Country --}}

Country

{{-- Document Type --}}

Document Type

{{-- Upload Front Image --}}

Upload Front of Document

{{-- Upload Back Image --}}

Upload Back of Document

{{-- Submit --}}
@endsection @section('scripts') @endsection