@component('mail::message') # Thank you for your purchase.

Hi {{ $order->user->first_name }} {{ $order->user->last_name }},

Below are your order summary, You can check your order details at any time, by going to My Purchase in your profile.

Order Number #{{ $order->number }}
Total {{ $order->total }} Points
Order Date {{ $order->date_formatted }}
Shipping Status {{ $order->shipping_status_text }}
Thanks,
{{ config('app.name') }} @endcomponent