@extends('front.practitioner.import.template.import') @section('content')
@if($welcomeStep == 0) @endif
@csrf

Welcome message template name

Services assigned to this welcome email

Messaging

SMS

send_confirmation_via_sms) && $practitionerWelcomeEmail->send_confirmation_via_sms == 1) checked @endif>

Email

send_confirmation_via_email) && $practitionerWelcomeEmail->send_confirmation_via_email == 1) checked @endif>

Message personalisation

@php $email_subject_line = isset( $practitionerWelcomeEmail->email_subject_line ) && $practitionerWelcomeEmail->email_subject_line != '' ? $practitionerWelcomeEmail->email_subject_line : 'Welcome , your booking is confirmed'; @endphp
@php $sms_reminder_text = isset( $practitionerWelcomeEmail->sms_reminder_text ) && $practitionerWelcomeEmail->sms_reminder_text != '' ? $practitionerWelcomeEmail->sms_reminder_text : 'Thank you for choosing for your health needs. We look forward to seeing you on . Warm regards '; @endphp

...
1 credit per sms. Character count for 1st message is 160 and each message thereafter 153.
Overseas numbers incur 2 credits per sms.

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