@php
$locale = app()->getLocale();
//print_r($arr['user']);
@endphp
|
|
Hi {{$arr['user']->first_name}} {{$arr['user']->last_name}},
{{ __('Thank you for Ordering!') }}
|
|
|
{{ __('Order details') }}
{{ __('Order no') }}: RE-{{$arr['order']->order_id}}
{{ __('Order Placed on') }}: {{date('m/d/Y H:i:s')}}
{{ __('Payment') }}: {{$arr['order']->payment_via}}
|
|
|
|
|
Community Gutschein
|
|
|