Sindbad~EG File Manager
<div>
<div class="row">
<div class="col-md-12" align="center"><br>
@if($ranking)
<h1 style="font-size: 5vw;">Ranking {{$ranking}}</h1>
@else
<h1 style="font-size: 5vw; color:#790f13 !important;">RANKING DE SERIES MÁS VISTAS</h1>
</div>
@endif
</div>
<div class="col-md-12">
<div class="row">
<!--<div class="col-md-2" style="background-color: white;">
<h5>Filtro:</h5>
</div>
<div class="col-md-5" style="background-color: white;">
<div class="form-group">
<label for="">Fecha inicio:</label>
<input type="date" wire:model="fecha_inicio" class="form-control">
</div>
</div>
<div class="col-md-5" style="background-color: white;">
<div class="form-group">
<label for="">Fecha fin:</label>
<input type="date" wire:model="fecha_fin" class="form-control">
</div>
</div> -->
<table class="table table-striped">
<thead style="background-color: red;">
<tr style="color: white;">
<th>Posicion</th>
<th>Equipo</th>
<th>RATING SOLAR</th>
</tr>
</thead>
<tbody style="background-color: rgba(255, 255, 255, 0.8);">
@php $count = 1; @endphp
@foreach($equipos as $value)
<tr>
<td>{{ $count }}º lugar</td>
@php
$count += 1;
@endphp
<td>{{--<img src="{{ asset('/images/equipos'.$value->foto) }}" width="40px" >--}} {{ $value->nombre }}</td>
<td>{{ $value->puntos + $value->puntos_extras }} PTS.</td>
</tr>
@endforeach
</tbody>
</table>
</div>
</div>
</div>
</div>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists