Listado de plantillas

{{-- {{$message_relations ?? ''}} --}}
{{--
--}}
@if (!is_null($data) && count($data) > 0)
@foreach ($data as $template) @endforeach
Código Nombre plantilla Plataforma Última modificación Editar Estado
{{ $template->codigo }} {{ $template->nombre }} {{ $template->plataforma }} {{ $template->updated_at }} editar
@if ($data->hasPages())
Mostrando {{ $data->firstItem() }} a {{ $data->lastItem() }} de {{ $data->total() }} resultados
{{ $data->links() }}
@endif
@else No se han registrado dependencias @endif
@include('livewire.template.includes.edit-template')