Sindbad~EG File Manager
<div>
<div class="card">
<div class="card-header">
<div class="row">
<div class="col-md-6">
<h5><b>Misión: </b>{{$desafio->titulo}}</h5>
</div>
<div class="col-md-6">
<h5><b>Participante: </b>{{$usuario->name}}</h5>
</div>
</div>
</div>
<div class="card-body table-responsive">
<table class="table table-striped">
<thead>
<tr>
<th>Evidencia</th>
<th>Archivo adjunto</th>
<th>Fecha</th>
</tr>
</thead>
<tbody>
@foreach($evidencias as $value)
<tr>
<td>
<?= $value->evidencia ?>
</td>
<td>
@if($value->archivo)
<p><b>Archivo adjunto:</b> <a href="{{ url('/evidencias/'.$value->archivo) }}">aquí</a></p>
@endif
</td>
<td>{{$value->created_at}}</td>
</tr>
@endforeach
</tbody>
</table>
</div>
</div>
</div>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists