{{ __("Order from") }}
{{ $order->user->name }}
{{ $order->user->email }}
@if($order->user->mobile){{ $order->user->mobile }}
@endif @if(isset($order->user->country->nicename)){{ $order->user['city']['name'] }}, {{ $order->user['state']['name'] }}, {{ $order->user['country']['nicename'] }}
@endif @foreach($order->invoices->where('status','pending') as $suborder){{__("Paid by")}}:
{{ $order->payment_method }}
{{ __("Payment received") }}
{{__("Yes")}}