@extends('layouts.app') @section('title', 'Playing ' . $game->title . ' - Game World') @push('styles') @endpush @section('content')
{{ __('Loading game...') }}