@extends('admin.layouts.app') @section('title', 'Admin - Result') @section('content')

Result

@csrf
{{-- --}} {{$errors->first('game')}}
{{$errors->first('win_number')}}
@endsection @push('footerscript') @endpush