@extends("layouts.dashboard.app") @section("page-nav-title")

{{__('spin-wheel-game')}}

{{__('Control and view all Spin Wheel Game')}}

@endsection @section("content") @include("layouts.main-parts.page-message")
"sort"])}}" class="btn btn-primary"> {{__('Sort')}}
@foreach($games as $game) @endforeach
# {{__('English name')}} {{__('Arabic name')}} {{__('Type')}} {{__('qty')}} {{__('balance')}} {{__('profit-percentage')}} {{__('Status')}} {{__('Image')}} {{__('Control')}}
{{++$index}} {{$game->name_en}} {{$game->name_ar}} {{$game->type->name_en}} {{$game->qty}} {{$game->balance}} {{$game->profit_percentage}}% @if($game->status == 1) {{__('Active')}} @else {{__('Not-Active')}} @endif @if(!is_null($game->img))image@endif id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$game->id}}" style="display: none" data-swal-title='{{__('delete-spin-wheel-game-item')}}' data-swal-text='{{__('are-you-sure-to-delete-this-spin-wheel-game-item ?')}}' data-yes="Yes" data-no="No" data-success-msg='{{__('the-spin-wheel-game-item-has-been-deleted-succssfully')}}'>@csrf @method("delete")
@endsection @section("scripts") @endsection