@if($image) @if(env('AWSS3USE')==true) Doctor Image @else User Image @endif @else User Image @endif

{{$doctor_name}}

@if($doctorEducation && strlen($doctorEducation) > 0)
{{$doctorEducation}}
@endif

Profile Information

{{$libdoctor->doctor_name}}

Mobile No.: +91-{{$libdoctor->phone_no}}
Email: {{$libdoctor->email_id}}

Profile Complete

{{ $profilePercentage }}%
@if($profilePercentage < 70)
Your profile completion is currently at {{$profilePercentage}}%.
To request services your profile must be at least 70% complete.

Complete your profile setup to activate your account

@endif

Terms & Conditions

@if($termCondition) {{$termCondition->tc_document}} @else No T&C Availabel @endif
  I agreed to these terms and conditions.
@if($tandc == true && $profilePercentage >= 70)
Choose Payment Method
@endif @if(!$showBill) @elseif ($tandc && $paymentMethod)
Summary
  • {{$appServiceInfo['service_name']}} {{$appServiceInfo['service_cost']}}
  • @if($appServiceInfo['gst'] == 0.00) GST Inclusive @else GST Amount ({{ intval($appServiceInfo['gst']) }}%) @endif {{$appServiceInfo['gst_amount']}}
  • Total amount

    (including GST)

    {{$appServiceInfo['net_amount']}}
@endif

Basic Information

@if($image) @if(env('AWSS3USE')==true) Doctor Image @else Doctor Image @endif @else Doctor Image @endif
Upload Photo *
@error('image') {{ $message }} @enderror Allowed JPG, GIF or PNG. Max size of 2MB

Dr. @error('doctor_name') {{ $message }} @enderror
@error('phone_no') {{ $message }} @enderror
@error('email_id') {{ $message }} @enderror
@error('gender') {{ $message }} @enderror
@error('dob') {{ $message }} @enderror

About Me

@error('about') {{ $message }} @enderror

Contact Details

@error('address') {{ $message }} @enderror
@error('city') {{ $message }} @enderror
@error('state') {{ $message }} @enderror
@error('zip_code') {{ $message }} @enderror

Specialization & Type

@error('specialist') {{ $message }} @enderror
@error('type') {{ $message }} @enderror

Education

@for($i=0; $i <= $educationCount; $i++)
@error("degree.$i") {{ $message }} @enderror
@error("institute.$i") {{ $message }} @enderror
@error("start_year.$i") {{ $message }} @enderror
@error("comp_year.$i") {{ $message }} @enderror
@if($i!=0)
@endif
@endfor

Experience

@for($j=0; $j<=$experienceCount; $j++)
@if($j == $experienceCount)
@endif
@error("hopital_name.$j") {{ $message }} @enderror
@error("from_date.$j") {{ $message }} @enderror
@if(array_key_exists($j, $present) && $present[$j] == true) @else
@error("to_date.$j") {{ $message }} @enderror
@endif
@error("designation.$j") {{ $message }} @enderror
@if($j!=0)
@endif
@endfor
@if($present && in_array(true, $present)) @else @endif

Awards

@for($k=0;$k<=$awardCount;$k++)
@error("award.$k") {{ $message }} @enderror
@error("award_month_year.$k") {{ $message }} @enderror
@error("award_upload.$k") {{ $message }} @enderror
@error("award_description.$k") {{ $message }} @enderror
@if($k!=0)
@endif
@endfor

Registrations

@for($r=0;$r<=$regCount;$r++)
@error("reg_no.$r") {{ $message }} @enderror
@error("reg_year.$r") {{ $message }} @enderror
@error("reg_upload.$r") {{ $message }} @enderror
@if($r!=0)
@endif
@endfor

Congratulation!

Dear {{$libdoctor->doctor_name}},

Thank you for registering as a doctor with us! We appreciate your dedication to becoming a part of our network and contributing to the provision of quality healthcare services.

We would like to inform you that your doctor profile is currently in the verification process. Our team is diligently reviewing the information provided, and we anticipate completing this process soon.

Your patience during this verification period is highly valued. Once the verification is complete, you will receive a confirmation along with the details of your successful registration. We understand the significance of this step and are working to expedite the process to ensure a seamless experience for you.

In the meantime, if you have any questions or require further assistance, please feel free to reach out to our support team at +91-{{env('SUPPORT_NO')}}.

Thank you for choosing to be a part of our network. We look forward to the successful completion of the verification process and the opportunity to collaborate with you as a healthcare professional.

@section('externaljs') @endsection