{{ __('global.total_orders') }}
{{ $totalOrdersCount }}{{ __('global.recent_orders') }}
{{ __('global.id') }} | {{ __('global.arena') }} | {{ __('global.players') }} | {{ __('global.start') }} | {{ __('global.end') }} | {{ __('global.paid') }} |
---|---|---|---|---|---|
{{ $order->id }} |
@if(isset($order->orderProduct)) {{ json_decode($order->orderProduct->title, true)[app()->getLocale()] ?? '' }} @else {{ __('global.product_deleted') }} @endif |
{{ $order->player_count }} | {{ $order->start }} | {{ $order->end }} | @if($order->paid) @else @endif |