Initial commit
This commit is contained in:
17
resources/views/emails/payments/submitted-cashier.blade.php
Normal file
17
resources/views/emails/payments/submitted-cashier.blade.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<x-mail::message>
|
||||
# New Payment for Verification
|
||||
|
||||
A new payment has been submitted and requires cashier verification.
|
||||
|
||||
**Member:** {{ $payment->member->full_name }}
|
||||
**Amount:** TWD {{ number_format($payment->amount, 0) }}
|
||||
**Payment Date:** {{ $payment->paid_at->format('Y-m-d') }}
|
||||
**Method:** {{ $payment->payment_method_label }}
|
||||
|
||||
<x-mail::button :url="route('admin.payment-verifications.show', $payment)">
|
||||
Review Payment
|
||||
</x-mail::button>
|
||||
|
||||
Thanks,<br>
|
||||
{{ config('app.name') }}
|
||||
</x-mail::message>
|
||||
Reference in New Issue
Block a user