Sindbad~EG File Manager

Current Path : /var/www/html/gamificacionbahia.sumar.com.py/resources/views/livewire/
Upload File :
Current File : //var/www/html/gamificacionbahia.sumar.com.py/resources/views/livewire/missolicitudes.blade.php

<div>
    <div class="row">
	    <div class="col-md-12" align="center" ><br><br>
	  		<h1 style="font-size: 5vw;">MIS SOLICITUDES</h1>
		</div>
		<div class="col-md-12" style="border-radius: 10px;padding: 10px;">
				<table class="table" style="border-radius: 10px; overflow: hidden;"> 
					<thead style="background-color: #008CBA; color: white; border: 4px solid white; border-radius: 20px 10px 0 0;">
						<tr>
							<th scope="col">Nº</th>
							<th scope="col">Descripción</th>
							<th scope="col">Fecha de pedido</th>
							<th scope="col">Monedas</th>
							<th scope="col">Estado</th>
						</tr>
				</thead> 
				<tbody style="color: white;">
					@php
						$contador=1;
					@endphp
					@foreach($solicitudes as $element)
						<tr>
							<th scope="row">{{ $contador }}</th>
							<td>{{ $element->nombre }}</td>
							<td>{{ $element->created_at }}</td>
							<td>{{ $element->monedas }}</td>
							<td>Aprobado</td>
						</tr>
						@php
							$contador+=1;
						@endphp
					@endforeach
				</tbody>
			</table>
		</div>
    </div>
</div>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists