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/fron-calendario.blade.php

<div>
	<div class="row">
		<div class="col-md-12" style="padding-left: 100px !important;">
			<h1 style="font-size: 3vw; text-align: center;">CALENDARIO DE MISIONES</h1>
			<div style="padding: 20px;">
				<table style="width: 100%; text-align: center; border-collapse: collapse; border-radius: 10px; overflow: hidden;">
					<thead style="background-color: #008CBA; color: white; border: 4px solid white; border-radius: 25px 25px 0 0;">
						<tr>
							<th style="padding: 10px;">FECHA</th>
							<th style="padding: 10px;">MES</th>
							<th style="padding: 10px;">MISIÓN</th>
							<th style="padding: 10px;">INICIO</th>
							<th style="padding: 10px;">FIN</th>
						</tr>
					</thead>
					<tbody>
						@foreach ($misiones as $value)
							<tr style=" color: white;">
								<td style="padding: 10px;">{{ \Carbon\Carbon::parse($value->created_at)->locale('ES')->isoFormat('MMMM') }}</td>
								<td style="padding: 10px;">{{ \Carbon\Carbon::parse($value->created_at)->locale('es')->isoFormat('MMMM') }}</td>
								<td style="padding: 10px;">{{ $value->titulo }}</td>
								<td style="padding: 10px;">{{ date("d/m/Y", strtotime($value->created_at)) }}</td>
								<td style="padding: 10px;">{{ date("d/m/Y", strtotime($value->fecha_limite)) }}</td></tr>
						@endforeach
					</tbody>
				</table>
			</div>
		</div>
	</div>
</div>

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