@extends('admin.layouts.app') @section('title', 'Admin - Game List') @push('headerscript') @endpush @section('content')
{{--
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if (Session::has('alert-' . $msg))
@endif @endforeach
--}}

Game


{{-- @foreach ($items as $r) {{-- --}} @endforeach
--}} S.No. Game Start Time End Time Result Time Action
{{ $loop->iteration }} {{ $r->name }} {{ $r->start_time }} {{ $r->end_time }} {{ $r->result_time }}
@method('delete') @csrf
@endsection @push('footerscript') @endpush