@extends('layouts.app') @section('content')
Welcome to "Guessing Game" - Current Score: @if (\App\Game::getCurrentScore()) {{\App\Game::getCurrentScore()->score}} points! @else No game started @endif

Want to start a new game? Click "Begin" below. Remember a number between 1-10 when you click Begin

Begin
@endsection