@component('mail::message') # {{ $data['name'] }} Thank you for your payment ### ID {{ $data['trans_id'] }} @component('mail::table') | Product Name | Quantity | Price | Subtotal | | ---------- |:-----------:| ----------:| -----: | @foreach ($cart as $val) | {{ $val->jian }} | {{ $val->numbers }} |{{ $val->baseprice }} | {{ currency($val->singletotal) }} | @endforeach @endcomponent
Total:{{ currency($total) }}
## Contact Us: {{ getenv('MAIL_FROM_NAME') }} UTC({{ $data['created_at'] }}) @endcomponent