Sindbad~EG File Manager

Current Path : /var/www/html/carsanies.sumar.com.py/resources/views/livewire/
Upload File :
Current File : /var/www/html/carsanies.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: 3vw;"><strong>MIS SOLICITUDES</strong></h1>
		</div>
		<div class="col-md-11 mx-auto" style="background-color: white; border-radius: 10px; padding: 7px 7px; border: 3px solid #c29e52;">
			<table class="table">
				<thead class="" style="background-color: #c29e52; color: white;">
					<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>
					@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