@if ($order->taxi_order != null)
{{ __('Trip Receipt') }}
@else
{{ __('Order Receipt') }}
@endif
{{ $order->updated_at->format('Y-m-d') }}
{{ __('at') }}
{{ $order->updated_at->format('h:ia') }}
|
{{ __('Hi') }} {{ $order->user->name }},
{{ __('This is your receipt.') }}
|
{{-- spacing only --}}
|
{{-- --}}
{{-- listed info --}}