@extends('front.practitioner.import.template.import') @section('content')
@csrf

Accept online bookings

Via the My Appointments platform and/or your website

accept_online_bookings) && $practitionerOnlineBookings->accept_online_bookings == 1) ? checked : '' @endif>
{{--
--}}
{{--
--}}
@php $data = Common::getMyPlan(); $showPaymentSectionClass = $data['isBankDetailsFilled'] == 1 ? 'd-none' : ''; @endphp

Accept deposits or pre-payment

To accept full or part payments up front, please activate your payment gateway. Our payment partners take up to 24 business hours to process your application.

{{ $data['title'] }}
@if(isset($practitioner_plan) && $practitioner_plan->plan_id != 1)
authorisation_card) && $practitionerOnlineBookings->authorisation_card == 1) checked @endif />
authorisation_card) && $practitionerOnlineBookings->authorisation_card == 0) checked @endif @if(!isset($practitionerOnlineBookings->authorisation_card)) checked checked @endif />
@else
To access this feature as well as many others, upgrade to Premium.
View plan options
@endif
@if(isset($practitioner_plan) && $practitioner_plan->plan_id != 1)
{{--
@endif
payment_upfront_to_confirm_booking) && $practitionerOnlineBookings->payment_upfront_to_confirm_booking == 1) checked @endif />
payment_upfront_to_confirm_booking) && $practitionerOnlineBookings->payment_upfront_to_confirm_booking == 0) checked @endif @if(!isset($practitionerOnlineBookings->payment_upfront_to_confirm_booking)) checked checked @endif />
deposit_to_secure) && $practitionerOnlineBookings->deposit_to_secure == 1) checked @endif/>
deposit_to_secure) && $practitionerOnlineBookings->deposit_to_secure == 0) checked @endif @if(!isset($practitionerOnlineBookings->deposit_to_secure)) checked checked @endif/>

Customise your booking page

Add custom introductory text about you, your services or anything else your clients need to know when making an appointment with you online.

{{--

The following appointments will display for online bookings. To add, remove or re-order, visit your services settings page. If you’d like to display a description about your services, you can add it here.

@foreach($practitonerAppointmentTypes as $val) @if($val->is_available_online == 1)
@endif @endforeach --}}

Online bookings are disabled. Enable this feature to allow your clients to book their appointments online via the My Appointments platform and/or your website.


@endsection @section('css') @endsection @section('import-scripts') @endsection