Файловый менеджер - Редактировать - /home/clickysoft/public_html/jmapi5.clickysoft.net/resources/views/admin/mails/order_completed.blade.php
Назад
<!DOCTYPE html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous" /> <title>Order Completed</title> </head> <body> <div class="container"> <div class="row"> <div class="col"> <p style="text-align: center; "> <img src="{{asset('images/jm-logo.png')}}" alt="{{config('app.name')}}" width="200"> </p> <h3>Dear {{$data['customer_name']}},</h3> <p> Exciting news! Your order <strong>#{{$data['order_number']}}</strong> with J&M Trophies has been successfully completed! If you have not done so, please pay the reminder of your order now. </p> <p> <strong>Payment Details</strong> <br> @foreach($data['payment_details'] ?? [] as $key => $value) @if($key == 'Invoice URL') <p style="text-align: center"> <a href="{{$value}}" style="display: inline-block;margin-top: 10px;padding: 10px 35px;text-decoration: underline;font-weight: bold;font-size: 25px;color: blue">CLICK HERE TO PAY</a> </p> @else {{$key. ": " . $value}}<br> @endif @endforeach <br> <strong>Billing Details</strong> <br> @foreach($data['billing_details'] ?? [] as $key => $value) {{$key. ": " .$value}} <br> @endforeach <br> <strong>Delivery Details</strong> <br> Delivery Type: {{$data['delivery_type']}} <br> @foreach($data['delivery_details'] ?? [] as $key => $value) {{$key. ": " .$value}} <br> @endforeach <br> </p> <p> Should you have any questions or require further assistance, please do not hesitate to reach out to our dedicated customer support team. We are here to ensure your complete satisfaction and address any inquiries you may have. </p> <p> Warm regards, <br /> {{config('app.name')}} <br /> <a href="tel:{{$data['company_phone_1']}}">{{$data['company_phone_1']}}</a> <br> <a href="tel:{{$data['company_phone_2']}}">{{$data['company_phone_2']}}</a> </p> <p style="text-align: center; background-color: #117283; color: white;">Copyrights © 2007-{{now()->format('Y')}} J & M Trophies, All Rights Reserved | Powered by ClickySoft</p> </div> </div> </div> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка