Administrar

Categorías
@error('name') {{ $message }} @enderror
@error('url') {{ $message }} @enderror
Se mostrará destacada en la lista pública.
@error('image') {{ $message }} @enderror
Hasta 50 MB. Formatos: MP4, MOV, AVI, WMV, WEBM. @error('video') {{ $message }} @enderror @if($video_error) {{ $video_error }} @endif
@if($image || $video)
@if($image) @if(is_string($image)) preview @else preview @endif @endif @if($video)
@if(is_string($video)) @else @endif
@endif
@endif
@if($templates->count() == 0)

No hay plantillas para mostrar

@else
@foreach ($templates as $tpl) @endforeach
# Nombre Imagen
{{ $tpl->id }}
{{ $tpl->name }}
@if($tpl->primaryCategory)
{{ $tpl->primaryCategory->name }}
@endif {{ $tpl->url }}
@foreach($tpl->categories as $c) {{ $c->name }} @endforeach
@if($tpl->image_url) @endif
{!! $templates->links('custom-pagination-links') !!}
@endif
@push('scripts') @endpush