@component('mail::message')

Below are the order summary.

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