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