@extends('front.inner-layout.app') @section('content')
@php $data = Common::getMyPlan(); $showPaymentSectionClass = $data['isBankDetailsFilled'] == 1 ? 'd-none' : ''; $showOnlinePaymentsUnavailableClass = $data['myPlan'] == 2 ? 'd-none' : ''; if($data['isBankDetailsFilled'] == 0) { $showOnlinePaymentsUnavailableClass = 'd-none'; } @endphp
@if( $user->parent_id == '')

Credit balance @if($user->credit_balance || $user->credit_balance === 0) {{ round($user->credit_balance, 2) }} @else 0 @endif

@endif

Use credits to send SMS messages and/or host video consultations. 18c each for purchases under $100 or 11c for purchases above. Custom pricing for orders over $1000.

Credit costs Starter Plan Premium Plan
2 way SMS
...
2 way SMS allows patients to respond to sent messages. There is no charge to receive an inbound SMS
1 credit 75 free per month, 1 credit
thereafter
Telehealth 2 credits per 15 minutes Included

Purchase credits


$
{{-- --}}
+
{{-- --}} Apply
{{--
--}}

Automatically top up account (optional)

We will automatically top up your account. Cancel anytime.

=
$
Cancel {{-- --}} {{-- --}}
{{-- --}}
@if($dedicated_number_flag == 'expire_number')

Purchase dedicated number

A dedicated virtual number allows you to send SMS from the same mobile number, enabling you to receive replies anytime. Without this, you will be using a shared number service, which limits replies to 48 hours and uses a different number for every message sent to below.

Virtual numbers can only send and receive SMS; they cannot make or receive calls.

{{-- --}}
@endif @if($dedicated_number_flag == 'not_assign_number')

Purchase dedicated number

Thank you for your purchase. It can take up to 48 business hours for a number to be assigned to you. We’ll be in contact shortly.

@endif @if($dedicated_number_flag == 'assign_number')

Purchase dedicated number

Thank you for your purchase. Your dedicated number has been assigned.

@endif
Loading…
@endsection