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

Game Type


{{-- @foreach ($type as $r) {{-- --}} {{-- --}} @endforeach
--}} S.No. Type Image Action
{{ $loop->iteration }} {{ $r->type }} {{ $r->end_time }} {{ $r->result_time }}
@method('delete') @csrf
@endsection @push('footerscript') @endpush