File size: 1.19Kb
@extends('layout')
@section('title')
Выбор наперстка
@stop
@section('content')
<nav>
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/"><i class="fas fa-home"></i></a></li>
<li class="breadcrumb-item"><a href="/games">Игры / Развлечения</a></li>
<li class="breadcrumb-item"><a href="/games/thimbles">Наперстки</a></li>
<li class="breadcrumb-item active">Выбор наперстка</li>
</ol>
</nav>
<h1>Выбор наперстка</h1>
<a href="/games/thimbles/go?thimble=1&rand={{ mt_rand(1000, 99999) }}"><img src="/assets/modules/games/thimbles/2.gif" alt="image"></a>
<a href="/games/thimbles/go?thimble=2&rand={{ mt_rand(1000, 99999) }}"><img src="/assets/modules/games/thimbles/2.gif" alt="image"></a>
<a href="/games/thimbles/go?thimble=3&rand={{ mt_rand(1000, 99999) }}"><img src="/assets/modules/games/thimbles/2.gif" alt="image"></a><br><br>
Выберите наперсток в котором может находится шарик<br>
У вас в наличии: {{ plural($user->money, setting('moneyname')) }}<br><br>
@stop