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

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

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

@endsection @section("content") @include("layouts.main-parts.page-message")
@csrf
    @foreach($games as $game)
  • {{$game->name_en}}
  • @endforeach

@endsection @section("scripts") @endsection