@extends('layout') @section('content')

Try your luck

Enter your email and the amount of money you want to bet

You won ".$newmon."!

"; } else{ echo "

You lost ".$mon."!

"; } } ?>
{{csrf_field()}}
@if($errors->has('num')) has-danger @endif has('num')) is-invalid @endif> @error('num') @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach @enderror
    @endsection