{{__('Dear')}} {{ucfirst($order->user->first_name).' '.ucfirst($order->user->last_name)}},

{{__('We have received your order and would like to thank you for your trust. Here are the details of your order:')}}

{{__('Order number:')}} #{{$order->order_no}}

{{__('Order date:')}} {{ \Carbon\Carbon::parse($order->ordered_at)->format('Y-m-d') }}

{{__('Total amount:')}} {{ $order->total_amount }} €

{{__('We will notify you as soon as your order has been shipped.')}}

{{__('If you have any questions about your order, please feel free to contact us.')}}

{{__('Best regards,')}}

{{__('Your')}} {{env("APP_NAME")}} - Team