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


A new order has been placed with {{ config('env.APP_NAME') }}.

Order Reference No: {{ $order->ref_number }}

View Order

If the button above does not work, please copy the following link into your browser:

{{ config('env.APP_URL') }}admin/orders/{{ $order->id }}


{{-- Order Details --}}

Below is the summary of the order:

@include('mail.partials.table')

Best Regards,

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


@include('mail.partials.footer')