@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")
Export As Excel
@foreach($results as $result) @endforeach
# {{__('User')}} {{__('spin-wheel-game-item')}} {{__('Date')}}
{{++$index}} {{$result->user->firstName}} {{$result->spinWheelGame->name_en}} {{$result->created_at->format("Y-m-d h:i a")}}
@endsection @section("scripts") @endsection