@extends('layouts.app') @section('title', __('Historial')) @section('content')
ID | Tipo | Fecha | Fichero | Plantilla | Preview | Descargar | @if($isAdmin)Log | @endif|||
---|---|---|---|---|---|---|---|---|---|---|
{{$history->id}} | @if($history->type == 2)Preguntas | @elseVirtualización @if ($history->tipodevirtualizacion == 1) HTML @elseif ($history->tipodevirtualizacion == 2) SCORM @endif | @endif{{$history->created_at}} | {{ Str::limit(str_replace('_', ' ', $history->name), 30) }} | {{$history->templateName}} | @if($history->pathZip != "" && $history->type != 2) @if(file_exists($history->pathZip) && $history->tipodevirtualizacion == '1') PREVIEW @endif @endif | @if($history->pathZip != "" && strpos($history->status, 'ERROR') === false)@if(file_exists($history->pathZip)) Descargar @else @endif | @else @if(strpos($history->status, 'ERROR') === false){{$history->status}} | @elseReintentar | @endif @endif @if($isAdmin)LOG | @endif