@foreach($balls as $key => $ball)
{{ $key }}
@endforeach
@if(session()->has('success'))

{{ session('success') }}

@endif @if(session()->has('error'))

{{ session('error') }}

@endif

{{ trans('text.selected-numbers') }}

    @foreach($balls as $key => $ball) @if($ball['state'])
  • {{ $key }}
  • @endif @endforeach
@foreach($users_grids as $grid) @endforeach
{{ trans('text.grids-in-your-cart') }} {{ trans('text.type') }} {{ trans('text.price-iqd') }}
@if($grid->loto_game_id) @foreach($grid->grid as $ball) {{ $ball }} @endforeach @else {{ $grid->display }} @endif @if($grid->loto_game_id) {{ $grid->LotoGame->type }} @elseif($grid->loto_bouquet_id) {{ $grid->LotoBouquet->title }} @endif {{ $grid->price_formated }} bouquet_code) wire:click="deleteBouquet({{ $grid->bouquet_code }})" @else wire:click="deleteGrid({{ $grid->id }})" @endif class="width-20 cursor-pointer" src="{{ asset('assets_web/images/icons/trash.svg') }}">
{{ trans('text.total') }} {{ number_format($order_subtotal_price) }} IQD
x {{ number_format($order_subtotal_price) }} IQD

{{ trans('text.total') }}:{{ number_format($order_total_price) }} IQD

{{ trans('text.total-balance') }}:{{ number_format($user->wallet) }} IQD

Transaction processing fees of 0 IQD will be added to your purchase.
@csrf