@include('front.inner-layout.head')
Loading…
@php $flag = request('flag'); @endphp @if($flag == 'my_invoice_page')
@else
@endif
My
Unpaid Invoices - Email client/s
@csrf
@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
Service provider name
My business name
Invoice #
Invoice amount
Login link
Pay now button
@php $email_subject_msg = $unpaid_invoice_email_subject_message ?? ""; @endphp
{{$email_subject_msg ?? ""}}
Email body text
Personalisation
Client name
Client surname
Client first name
Preferred name
Service provider name
My business name
Invoice #
Invoice amount
Login link
Pay now button
@php $msg = $unpaid_invoice_email_body_message ?? ""; $letters = strlen($msg); @endphp
{{$msg ?? ""}}
Send now
@include('sweet::alert') @include('front.practitioner.dashboard.modal.client_follow_ups');