@extends('admin.layouts.main-layout') @section('content')
Update Game Winner
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf {{ method_field('PATCH') }}


@endsection