@include('front.inner-layout.head')
Loading…
Send Payment Request (Email)
@csrf
@if($client_count > 0)
Sending to {{ $client_name }}
@endif
Customise your email message
Email subject line
Personalisation
Client name
Plan name
Instalment number
Payment link
Service provider name
Business name
@php $email_subject_msg = $payment_link_email_subject_message ?? ""; @endphp
{{$email_subject_msg ?? ""}}
Email body text
Personalisation
Client name
Plan name
Instalment number
Payment link
Service provider name
Business name
@php $msg = $payment_link_email_body_message ?? ""; $letters = strlen($msg); @endphp
{{$msg ?? ""}}
Send now
@include('sweet::alert') @include('front.practitioner.dashboard.modal.client_follow_ups');