Вход Регистрация
Файл: resources/views/game/deck/index.blade.php
Строк: 47
<?php
@extends('layouts.main')

@
section('content')
<
style>
.
btn-games2 {
    
backgroundurl(/images/btn-left2.jpgno-repeat left ,url(/images/btn-right2.jpgno-repeat right ,url(/images/btn-center2.jpgrepeat center;
    
color#ede256;
    
text-aligncenter;
    
padding-top10px;
    
padding-bottom10px;
    
padding-left55px;
    
padding-right55px;
    
text-shadow-1px 0 #131227, 0 -1px 0 #131227, 0 1px 0 #131227, 0 1px 0 #131227, -1px 0 0 #131227, 1px 0 0 #131227, -1px 0 0 #131227, 1px 0 0 #131227, -1px -1px 0 #131227, 1px -1px 0 #131227, -1px 1px 0 #131227, 1px 1px 0 #131227, -1px -1px 0 #131227, 1px -1px 0 #131227, -1px 1px 0 #131227, 1px 1px 0 #131227;
    
font-size14px;
    
margin0;
    
margin-bottom0px;
    
border0;
}
</
style>
    <
center>
        <
font color="white">
            <
big>Доступно прогресса карт: {{ Auth::user()->progress }}</big><br>
        </
font>
    </
center>
    <
div class="box">
        <
div class="menu">
            @foreach(
$cards as $c)
                <
a href="/deck/card/{{ $c->id }}"
                     {{ 
$c->getCardInfo->name }}  
                     <
span style="float:right">
                       <
font color="{{ Services::getCardRarity($c->getCardInfo->level)->color }}">{{ $c->getCardInfo->level }} ур.</font>&nbsp;&nbsp;&nbsp;
                         </
span></a>
            @endforeach
        </
div><br>
        <
a href="/deck/my" class="btn btn-games2 btn-block">Моя колода</a>
    </
div>
    {{ 
$cards->links() }}
@
endsection
?>
Онлайн: 0
Реклама