@extends('front.practitioner.import.template.import') @section('content')
@csrf
is_allow_online_purchase) && $packageSettings->is_allow_online_purchase == '1') checked @endif autocomplete="off">
is_allow_online_purchase) && $packageSettings->is_allow_online_purchase == '0') checked @endif autocomplete="off">

Confirmation of purchase

SMS

send_confirmation_via_sms == '1') checked @endif>

Email

send_confirmation_via_email == '1') checked @endif>

Message personalisation

@php if(isset($packageSettings) && $packageSettings->email_subject_line !='') { $email_subject_line = $packageSettings->email_subject_line; }else{ $email_subject_line = $email_subject_message; } @endphp
@php if(isset($packageSettings) && $packageSettings->email_reminder_text !='') { $email_body_message_text = $packageSettings->email_reminder_text; }else{ $email_body_message_text = $email_body_message; } @endphp
@php if(isset($packageSettings) && $packageSettings->sms_reminder_text !='') { $sms_reminder_text = $packageSettings->sms_reminder_text; }else{ $sms_reminder_text = $text_message; } @endphp

...
1 credit per sms. Character count for 1st message is 160 and each message thereafter 153.
Overseas numbers incur 2 credits per sms.
@csrf
@endsection @section('import-scripts') @endsection