From 1b6bf18a4df31be18016b0cd2fa0643b7a44c1e9 Mon Sep 17 00:00:00 2001 From: edmondlang Date: Wed, 21 Jun 2023 15:17:30 +0800 Subject: [PATCH] update send payment proof email --- .../views/emails/accounts/payment_proof_email.blade.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/resources/views/emails/accounts/payment_proof_email.blade.php b/resources/views/emails/accounts/payment_proof_email.blade.php index 0682f65e..b3653cdb 100644 --- a/resources/views/emails/accounts/payment_proof_email.blade.php +++ b/resources/views/emails/accounts/payment_proof_email.blade.php @@ -3,10 +3,9 @@ @section('content')

Dear {{ucwords($user->name)}},

Thank you for using CIEF Exchange service!

-

We have completed your transfer transaction for the ref. no {{$booking->marking}}. The bank slip has been attached to this email. If you would like to view the transaction, please click on the following link:

+

We have completed your transfer transaction for the ref. no {{$booking->marking}}. If you would like to view the transaction, please click on the following link:

- - +
If you have questions, contact us at here. We truly appreciate your trust in our services and look forward to serving you in the future.
@endsection \ No newline at end of file