{{ config('env.APPNAME') }} Order Confirmation


Thank you for your order with {{ config('env.APP_NAME') }}.

If you have any issues with your order, email us and quote your Order Reference Number: {{ $order->ref_number }}


{{-- Order Details --}}

Below is a summary of your order:

@include('mail.partials.table')

Best Regards,

{{ config('env.APP_NAME') }}


@include('mail.partials.footer')