@extends('layouts.user.app') @section('styles') @endsection @section('content')
@foreach($orders as $order) @endforeach
{{ __('global.id') }} {{ __('global.arena') }} {{ __('global.start') }} {{ __('global.end') }} {{ __('global.paid') }} {{ __('global.actions') }}
{{ $order->id }}

@if(isset($order->orderProduct->title)) {{ json_decode($order->orderProduct->title, true)[app()->getLocale()] ?? '' }} @else {{ __('global.product_deleted') }} @endif

{{ substr($order->start, 0, -3) }} {{ substr($order->end, 0, -3) }} @if($order->paid) @else @endif
{{ $orders->links() }}
@endsection @section('scripts') @endsection