File "order_in_assembly_cleaning.blade.php"

Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/resources/views/admin/mails/order_in_assembly_cleaning.blade.php
File size: 2.84 KB
MIME-type: text/html
Charset: utf-8

<!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>Final Stages of Assembly and Cleaning</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>
                We are thrilled to provide you with an exciting progress
                update on your order <strong>{{$data['order_number']}}</strong> with <strong>{{config('app.name')}}</strong>. As we approach
                the final stages of production, we are delighted to
                inform you that your order has moved to the assembly and
                cleaning phase, bringing us closer to delivering your
                exceptional piece.
            </p>
            <p>
                Rest assured, we are fully committed to delivering a
                product that reflects our commitment to quality
                craftsmanship. Our team will continue to work diligently
                to complete the final stages of assembly and cleaning
                with precision and care.
            </p>
            <p>
                Should you have any questions or require any further
                information, please do not hesitate to reach out to our
                dedicated customer support team. We are here to assist
                you and ensure your complete satisfaction.
            </p>
            <p>
                Once again, we want to thank you for your trust and
                partnership. We are excited to deliver your order soon,
                and we look forward to your reaction when you finally
                receive it. It is our utmost priority to provide you
                with a remarkable experience.
            </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 &amp; M Trophies, All Rights Reserved | Powered by ClickySoft</p>
        </div>
    </div>
</div>
</body>
</html>