| Descarga | Url / File | Tipo | Fecha | Opciones |
|---|---|---|---|---|
|
Descarga
{{ $download->title }}
|
Url / File
@if ($download->url)
{{ substr($download->url, 0, 50) }}{{ (strlen($download->url) > 50) ? '...' : '' }}
@else
{{ $download->file }}
@endif
|
Tipo
{{ $download->type_name }}
|
Fecha
@php
$date = new Carbon\Carbon($download->created_at);
@endphp
{{ $date->format('d/m/Y') }}
|
Opciones
|