{{ $data->userName }} @if($data->kycVerifiedStatus == 'Verified')
@elseif($data->kycVerifiedStatus == 'Rejected')
@endif
| Name: | {{ $data->userName }} | Contact No.: | {{ $data->userMobile }} |
| Email: | {{ $data->userEmail }} | Address: | {{ $data->userLocation }} |
| City: | {{ $data->city }} | District: | {{ $data->district }} |
| State: | {{ $data->state }} | Pincode: | {{ $data->pincode }} |
| Gender: | @if($data->gender == 'M') Male @elseif($data->gender == 'F') Female @else Other @endif | Age: | {{ $data->age }} |
| Bank and KYC Detail | |||
| Account Holder Name: | @if($kycdata !=''){{ $kycdata->accountHolderName }}@endif | Bank Name: | @if($kycdata !=''){{ $kycdata->bankName }}@endif |
| Account Number: | @if($kycdata !=''){{ $kycdata->accountNumber }}@endif | IFSC Code: | @if($kycdata !=''){{ $kycdata->ifscCode }}@endif |
| Passbook | KYC Document Name | KYC Documnet | KYC Status |
| @if(!empty($kycdata->passbookImage)) |
{{ $kycdata->kycDocumentName }} | @if(!empty($kycdata->passbookImage)) |
@if($data->kycVerifiedStatus == 'Verified') {{ $data->kycVerifiedStatus }} ![]() {{ $data->kycRemark }}@elseif($data->kycVerifiedStatus == 'Rejected') {{ $data->kycVerifiedStatus }} ![]() {{ $data->kycRemark }}@endif |
| # | Schedule Day | Start Time | End Time | Status |
|---|---|---|---|---|
| {{ ++$key }}. | {{ strtoupper($item->scheduleDay) }} | {{ date('h:i A', strtotime($item->startTime)) }} | {{ date('h:i A', strtotime($item->endTime)) }} | @if($item->flag == '1') Active @else Deactive @endif |
 }})
 }})