@extends('front.practitioner.import.template.import') @section('content') @include('front.practitioner.plans.payment_model')
@if(isset($myPlan) && $myPlan->is_unsubscribed == 1 && $practitioner->status == 'active')
@if(isset($myPlan) && $myPlan->is_unsubscribed == 1 && $myPlan->is_downgrade_account == 1 && $myPlan->downgrade_plan_id == 2)
Account downgrade pending
At the end of your current billing cycle, your account will downgrade from yearly to monthly billing
Cancel downgrade
@elseif (isset($myPlan) && $myPlan->is_unsubscribed == 1 && $myPlan->is_downgrade_account == 1 && $myPlan->downgrade_plan_id == 1)
Account downgrade pending
At the end of your current billing cycle, your account will downgrade from the Premium plan to Starter plan
Cancel downgrade
@else
Account closure pending
Your account will automatically close at the end of your current billing cycle.
Reinstate account
@endif
@endif
{{-- @if($myPlan_history->is_pay == 0) --}} @if(count($ServiceProvider) == 0 && $parent->is_trial_over == 1 && $myPlan->plan_id == 1) @elseif($parent->is_trial_over == 0) @elseif($myPlan_history->is_pay == 1) {{-- --}} @else @endif @if(isset($myPlan) && $myPlan->is_unsubscribed != 1 ) @if(isset($myPlan) && $myPlan->plan_id == 1) @else @endif @endif
Your plan
@isset($myPlan) @if ($myPlan->plan_id == 1) Starter @else Premium @endif @endisset
Additional service provider/ s
@isset($ServiceProvider) {{count($ServiceProvider)}} @endisset
Cost
@isset($cal_plna_calculation)${{floatval($cal_plna_calculation)}}@endisset @if ($myPlan->plan_id == 3) pa @else pm @endif
Renews
Ongoing
Trial expires
{{date('d/m/Y', strtotime($end_date))}}
Renews
{{date('d/m/Y', strtotime($end_date))}} AEST
@isset($myPlan_history) @if($myPlan_history->is_pay == 0)Trial expires @elseif($myPlan_history->is_pay == 1) Renewes @else '' @endif @endisset
@isset($myPlan_history) @if(!empty($myPlan_history)) {{date('d/m/Y', strtotime($myPlan_history->end_date_time))}}@endif @endisset
Cancel subscriptionDowngrade plan
@isset($ServiceProvider) @if(count($ServiceProvider) != 0)
{{-- --}} @foreach ($ServiceProvider as $ServiceProviders) {{-- --}} @if($ServiceProviders->status == 'active') @endif @if($ServiceProviders->status == 'deactivate') @endif @if($ServiceProviders->status == 'pending' || $ServiceProviders->status == 'unassigned') @endif @endforeach {{-- --}}
Service Provider Profession Status
{{$parent->first_name.' '.$parent->last_name}} {{getProfessionHelper($parent->id) == 'Not specified' ?'Administrator': getProfessionHelper($parent->id)}} Business owner
Jenny GleesonNaturopath Business owner
{{$ServiceProviders->first_name.' '.$ServiceProviders->last_name}} @if ($ServiceProviders->assign_calenders_id == '' || $ServiceProviders->assign_calenders_id == null)Unassigned @else {{getProfessionHelper($ServiceProviders->assign_calenders_id) == 'Not specified' ?'Administrator': getProfessionHelper($ServiceProviders->assign_calenders_id)}} @endif @if ($ServiceProviders->status == 'deactivate')deactivated @else{{$ServiceProviders->status}} @endifDeactivateReactivate
Stacey HughNaturopath Active Deactivate
lenny BronxNaturopath, Nutritionist Deactivate Reactivate
@endif @endisset
@if(isset($myPlan) && ($myPlan->plan_id == 1))
Monthly Annually
@endif

STARTER

$0

PER MONTH

  • Additional service providers $22pm
  • SMS Messages 15c
  • Telehealth from 16.5c per 15 minute block
  • Online payment processing 1.7% + 25c
  • Terminal payment processing 1.5% + 25c
  • {{--
  • Health fund rebates
  • Treatment packages
  • Classes & Events
  • Gift Vouchers
  • Online store
  • --}}

PREMIUM

$39

PER MONTH

  • Additional service providers $15pm
  • {{--
  • 75 free SMS per month
  • --}}
  • 75 free SMS per month
  • Unlimited Telehealth
  • Online payment processing 1.5% + 25c
  • Terminal payment processing 1.5% + 25c
  • Credit card authorisation
    ...
    Optional. Clients will be required to secure their booking with a credit card. No payment is taken at the time of booking.
  • Online health fund rebates
  • Calendar Sync
  • Gift vouchers
  • Email broadcasts
  • Email recalls
  • Dedicated virtual SMS number
  • {{--
  • Treatment packages
  • Classes & Events
  • Online store
  • --}}
plan_id == 1) style="display:none;"@endif @endisset>
Save $71

PREMIUM

$397

ANNUALLY

    {{--
  • Additional service providers $15pm
  • 75 free SMS per user per month
  • --}} {{--
  • Additional SMS 9c each
  • --}}
  • Additional service providers $156 each p/a (Save $24)
  • 900 free SMS per year
  • Unlimited Telehealth
  • Online payment processing 1.5% + 25c
  • Terminal payment processing 1.5% + 25c
  • Credit card authorisation
    ...
    Optional. Clients will be required to secure their booking with a credit card. No payment is taken at the time of booking.
  • Online health fund rebates
  • Calendar Sync
  • Gift vouchers
  • Email broadcasts
  • Email recalls
  • Dedicated virtual SMS number
  • {{--
  • Additional service providers $15pm
  • 200 SMS messages per month
  • Telehealth included
  • Payment processing 1.5% + 25c
  • Health fund rebates
  • Treatment packages
  • Classes & Events
  • Gift Vouchers
  • Online store
  • 2 way calendar sync
  • --}}
@endsection {{-- popup design start --}} @section('css') @endsection @section('import-scripts') @endsection