@extends('../site/layouts.user_panel.app') @section('page_title', __('Dashboard')) @section('content')
{{ __("Here is what's happening with your profile today..") }}
{{ __('Product in cart') }}
{{ $order->payment_status == 'Paid' ? __('Paid') : __('Unpaid') }}
{{ __('Order number') }}
{{ $order->reference }}
{{ formatDate($order->order_date) }}
{{ optional($order->orderStatus)->name }}
{{ optional($order->currency)->symbol . formatCurrencyAmount($order->total) }}