@extends('userPanel.user') @section('content') @php $gameList = json_decode($gameList); @endphp
@include('userPanel.layouts.partial.success') @include('userPanel.layouts.partial.error')
@foreach($gameList as $key => $value) @endforeach
@endsection