@include('front.inner-layout.head')
Loading…
Client Recalls
@csrf
Client follow-ups are a vital part of our commitment to delivering the best care and support. Send a quick message to make sure they are okay.
@if(count($newClients))
Sending to {{ $newClients->count() }} recipient/s
@foreach( $newClients as $key => $value )
@endforeach @endif
Customise your email message
Email subject line
Personalisation
Client name
{{--
Client surname
Preferred name
--}}
Booking link
Last appointment date
Service provider name
My business name
@php $email_subject_msg = $recall_first_followup_email_subject_message ?? ""; @endphp
{{$email_subject_msg ?? ""}}
Email body text
Personalisation
Client name
{{--
Client surname
Client first name
Preferred name
--}}
Booking link
Last appointment date
Service provider name
My business name
@php $msg = $recall_first_followup_email_body_message ?? ""; $letters = strlen($msg); @endphp
{{$msg ?? ""}}
Send now
@include('sweet::alert') @include('front.practitioner.dashboard.modal.client_follow_ups');