@extends('web.layouts.main') @section('content') @include('web.components.counter')
@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 }}

{{ trans('text.total') }}:{{ number_format($users_grids->sum('price')) }} IQD

@csrf
@endsection