@extends('userPanel.user') @section('content')
@include('userPanel.layouts.partial.success') @include('userPanel.layouts.partial.error')
@if(time() > $start_time && time() < $end_time){ @endif @foreach($gameList as $key => $value) @endforeach
@endsection