{{ format_price($user->balance) }}{{ __('Income') }}
{{ format_price($user->balance / 10) }}{{ __('Fees') }}
{{ __('ID') }} | {{ __('Date') }} | {{ __('Customer') }} | {{ __('Payment') }} | {{ __('Status') }} | {{ __('Total') }} |
---|---|---|---|---|---|
{{ get_order_code($order->id) }} | {{ $order->created_at->format('M d, Y') }} | {{ $order->user->name ?: $order->address->name }} | {!! $order->payment->status->toHtml() !!} | {!! $order->status->toHtml() !!} | {{ format_price($order->amount) }} |
{{ __('No orders!') }} |
{{ __('Orders') }}
{{ __('Revenue') }}
{{ __('Products') }}