{% extends 'base.html.twig' %}
{% block title %}Лобби - Doggy{% endblock %}
{% block body %}
<div class="container chat-open">
<div class="page-title">
<h3>Игровые слоты</h3>
</div>
<div class="slots-header">
<div class="search-input slots-page">
<img src="/assets/icons/search-icon.svg" alt="" />
<input type="text" placeholder="Поиск по играм" />
</div>
<div class="slots-header-right">
<!-- <div class="type-change-wrapper">
<button class="type-btn">Новые</button>
<button class="type-btn active">Топ</button>
</div> -->
<div class="provider-select">
<input value="Провайдеры" readonly type="text" />
<img
class="provider-select-icon"
src="/assets/icons/list-icon.svg"
alt=""
/>
</div>
</div>
</div>
<div class="providers-list">
<div data-value="pragmatic" class="provider-card">
<img src="/assets/icons/pragmaticplay.svg" alt="" />
</div>
<div data-value="relax" class="provider-card">
<img src="/assets/icons/relax.svg?v=1" width="121px" alt="" />
</div>
<div data-value="hacksaw" class="provider-card">
<img src="/assets/icons/hacksaw.png" width="121px" alt="" />
</div>
<div data-value="3oaks" class="provider-card">
<img src="/assets/icons/3oaks.png" width="121px" alt="" />
</div>
<div data-value="nolimit" class="provider-card">
<img src="/assets/icons/nolimit.png" width="121px" alt="" />
</div>
<div data-value="playngo" class="provider-card">
<img src="/assets/icons/playngo.svg" alt="" />
</div>
<div data-value="redtiger" class="provider-card">
<img src="/assets/icons/Tiger.svg" alt="" />
</div>
<div data-value="pgsoft" class="provider-card">
<img src="/assets/icons/pgsoft.png" width="121px" alt="" />
</div>
<div data-value="Netent" class="provider-card">
<img src="/assets/icons/netent.png" width="121px" alt="" />
</div>
<div data-value="pushgaming" class="provider-card">
<img src="/assets/icons/push-gaming.svg" alt="" />
</div>
</div>
<div class="all-slots-list"> </div>
<div id="load-trigger" style="height: 1px;"></div><br><br><br><br>
</div>
{% endblock %}