Select Clinic Owner
Choose an existing doctor or {{ $clinic->exists && $clinic->owner ? 'edit' : 'create' }} a new one to be the owner of this clinic.
- OR -
{{ $clinic->exists && $clinic->owner ? 'Edit' : 'Create New' }} Doctor/Owner
{{ $editingDoctor ? 'Edit' : 'Create New' }} Doctor/Owner
Fill in the details for the {{ $editingDoctor ? 'existing' : 'new' }} doctor who will own this clinic.
Clinic Overview
Clinic Owner
@if ($tempDoctorData)- {{ $tempDoctorData['name'] }}
- {{ $tempDoctorData['email'] }}
- {{ $tempDoctorData['specialization'] }}
-
{{ $tempDoctorData['license_number'] }}
{{ $selectedOwner->name }}
Address Details
{{ $line1 }}
@if ($line2){{ $line2 }}
@endifContact Information
-
@foreach ($contact_numbers as $number)
- {{ $number }} @endforeach
Specialities
About Clinic
Subscription Plan
{{ $selectedPlanDetails->plan_name }}
Includes:
{{ $selectedPlanDetails->description }}
Doctors:
{{ $selectedPlanLimits->included_doctors ?? 'Unlimited' }}
Staff:
{{ $selectedPlanLimits->included_staff ?? 'Unlimited' }}
Devices:
{{ $selectedPlanDetails->device_limit ?? 'Unlimited' }}
Storage:
{{ $selectedPlanLimits->storage_limit_gb ?? 'Unlimited' }} GB
Teleconsultation:
{{ $selectedPlanLimits->teleconsultation_minutes ?? 'Unlimited' }} Minutes
SMS:
{{ $selectedPlanLimits->sms_limit ?? 'Unlimited' }} Massages
Remains:
{{ $selectedPlanDetails->description }}
Doctors:
{{ $selectedPlanLimits->included_doctors - $usedLimits['doctors'] }}
Staff:
{{ $selectedPlanLimits->included_staff - $usedLimits['staffs'] }}
Devices:
{{ $selectedPlanDetails->device_limit ?? 'Unlimited' }}
Storage:
{{ $selectedPlanLimits->storage_limit_gb - $usedLimits['storage_limit'] }} GB
Teleconsultation:
{{ $selectedPlanLimits->teleconsultation_minutes - $usedLimits['teleconsultation_limit'] }} Minutes
SMS:
{{ $selectedPlanLimits->sms_limit - $usedLimits['sms_limit'] }} Messages
Select a Plan:
{{ $plan->plan_name }}
${{ number_format($plan->base_price, 2) }} /{{ $plan->plan_type }}
- {{ $plan->max_doctors ?? 'Unlimited' }} Doctors
- {{ $plan->max_staff ?? 'Unlimited' }} Staff
- {{ $plan->device_limit ?? 'Unlimited' }} Devices @if ($plan->trial_period)
- {{ $plan->trial_period }} day trial @endif
No subscription plan selected
All Add On
@if (!$showAddOnSelection) @endif{{ $addOn->name }}
Remaining: {{ '32' }}
Includes:
{{ $addOn->description }}
Select an Add On:
No Add On's selected