@extends('layout.master') @section('content')

User Profile

{{-- GENERAL INFORMATION --}}
  • General Information
  • About you
  • Company Details
  • Account Information
  • KYC

General Information

@csrf
@if (Auth::user()->type == 'individual')
@endif

Company Address

@if (empty($generalInformation['profilePic']))
@else
@endif

{{ ucfirst($generalInformation['first_name']) . ' ' . ucfirst($generalInformation['last_name']) }}

{{ $generalInformation['email'] }}
M: {{ $generalInformation['mobile_number'] }}
{{ $generalInformation['cityName'] }}
{{ $generalInformation['gender'] ? ucfirst($generalInformation['gender']) : '' }}

Contact Me

{{-- END GENERAL INFORMATION --}} {{-- ABOUT YOU --}}
  • General Information
  • About you
  • Company Details
  • Account Information
  • KYC

About you

We would like to know a bit about you before we get started

{{-- --}}

Share a little about yourself

To deliver the best of our services, we first need to know you. Based on your responses, we’ll show you more relevant notifications about your account. Be the first one toknow about new features, panel updates, and more.

{{-- END ABOUT YOU --}} {{-- COMPANY DETAILS --}}
  • General Information
  • About you
  • Company Details
  • Account Information
  • KYC

Company Detail

@if (Auth::user()->role != 'lsp')
@endif
@if ($generalInformation['is_tan_verified'] == 'yes') @endif

Billing Address

@if (Auth::user()->type == 'lsp')

Upload Sign

@if ($generalInformation['upload_sign']) @else @endif
@endif

About Your Company

In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.

Explore topics you are interested in

Science and Environment Health Health Marketing and Advertising Society and Culture Society and Culture Science and Environment Health Health Marketing and Advertising Society and Culture Society and Culture
{{-- END COMPANY DETAILS --}} {{-- ACCOUNT INFORMATION --}}
  • General Information
  • About you
  • Company Details
  • Account Information
  • KYC

Account information

As a verification process, we’ll make a transaction of Rs. 1 to your bank account. Your account gets verified when the amount is credited successfully in your bank account.

@if ($generalInformation['upload_cancelled_cheque']) @else @endif
{{--
--}}
{{-- END ACCOUNT INFORMATION --}}
  • General Information
  • About you
  • Company Details
  • Account Information
  • KYC

KYC

Are you an individual or a company running the bussiness?

Complete the below mentioned KYC steps:

Step 1 - Photo Identification

i

Please switch ON webcam by clicking on the ‘switch Webcam ON' button, capture your selfie image and upload below.

Switch on webcam and allow to take selfie

Capture Image
@if (!empty($generalInformation['user_images'])) @else @endif

Step 2 - Photo Identification

i

You can select any of the below mentioned options where in automated KYC with Aadhaar OTP verification process is available in the left section and the manual KYC option with document upload process available in the right section. The Aadhaar OTP is recommended if you have your mobile number registered with your Aadhaar card.

@csrf

Express KYC – Get KYC verified in 30 Seconds

Document:

@if ($generalInformation['is_kyc_verified'] == 'no' || $generalInformation['is_kyc_verified'] == '')
@endif @if ($generalInformation['is_kyc_verified'] == 'yes' && $generalInformation['kyc_type'] == 'express')

Verified

@endif

OR

@csrf

Manual KYC – Get KYC verified in 2-3 Business Days

Document 1

Invalid pan number Invalid adhar number
Invalid pan number Invalid adhar number
@if ($generalInformation['document1'] == '') @elseif ($generalInformation['is_kyc_verified'] == 'no' || $generalInformation['is_kyc_verified'] == '')

Pending for approval

@elseif ($generalInformation['is_kyc_verified'] == 'yes' && $generalInformation['kyc_type'] == 'manual')

Verified

@endif {{-- TAGS --}} @if ($generalInformation['is_pan_verified'] == 'no')

Pending for PAN Number Approval

@endif @if ($generalInformation['is_gst_verified'] == 'no')

Pending for GSTIN Number Approval

@endif @if ($generalInformation['is_adhar_verified'] == 'no')

Pending for Adhar Number Approval

@endif @if ($generalInformation['is_tan_verified'] == 'no')

Pending for TAN Number Approval

@endif @if ($generalInformation['is_account_verified'] == 'no')

Pending for Account Information Approval

@endif
@if ($generalInformation['is_kyc_verified'] == 'yes') Go to Orders @else @endif
{{ isset($generalInformation['userCompanyDetails']['company_name']) ? $generalInformation['userCompanyDetails']['company_name'] : '' }}
Complate the below mentioned KYC steps:

Step 1 - Photo Identification

i

Please switch ON webcam by clicking on the ‘switch Webcam ON' button, capture your selfie image and upload below.

Switch on webcam and allow to take selfie

Capture Image
@if (!empty($generalInformation['user_images'])) @else @endif

Step 2 - Photo Identification

i

You can select any of the below mentioned options where in automated KYC with Aadhaar OTP verification process is available in the left section and the manual KYC option with document upload process available in the right section. The Aadhaar OTP is recommended if you have your mobile number registered with your Aadhaar card.

@csrf

Express KYC – Get KYC verified in 30 Seconds

Document:

@if ($generalInformation['is_kyc_verified'] == 'no' || $generalInformation['is_kyc_verified'] == '')
@endif @if ($generalInformation['is_kyc_verified'] == 'yes' && $generalInformation['kyc_type'] == 'express')

Verified

@endif

OR

@csrf

Manual KYC – Get KYC verified in 2-3 Business Days

Document 1

Invalid pan number Invalid adhar number Invalid TAN Number Invalid GST Number
@if (!empty($generalInformation['document1_front_image'])) @else @endif
@if (!empty($generalInformation['document1_back_image'])) @else @endif
Invalid pan number Invalid adhar number Invalid TAN Number Invalid GST Number
@if (!empty($generalInformation['document2_front_image'])) @else @endif
@if (!empty($generalInformation['document2_back_image'])) @else @endif
@if ($generalInformation['document1'] == '') @elseif ($generalInformation['is_kyc_verified'] == '' || $generalInformation['is_kyc_verified'] == 'no')

Pending for approval

@elseif ($generalInformation['is_kyc_verified'] == 'yes' && $generalInformation['kyc_type'] == 'manual')

Verified

@endif @if ($generalInformation['is_pan_verified'] == 'no')

Pending for PAN Number Approval

@endif @if ($generalInformation['is_gst_verified'] == 'no')

Pending for GSTIN Number Approval

@endif @if ($generalInformation['is_adhar_verified'] == 'no')

Pending for Adhar Number Approval

@endif @if ($generalInformation['is_tan_verified'] == 'no')

Pending for TAN Number Approval

@endif @if ($generalInformation['is_account_verified'] == 'no')

Pending for Account Information Approval

@endif
{{--
--}}
@if ($generalInformation['is_kyc_verified'] == 'yes') @if (Auth::user()->type == 'agent') Go to Booking @elseif(Auth::user()->type == 'enterprise') Go to Orders @endif @else @endif
Finish
@endsection