@if ($errors->has('submitForm'))
{{ $errors->first('submitForm') }}
@endif @if($templates->count() == 0)

No templates to show

@else
@foreach ($templates as $template) @endforeach
# Nombre Tipo
{{ $template->id }} {{ $template->name }} (v.{{$template->version}}) {{ $template->type->name }}
{!! $templates->links('custom-pagination-links') !!}
@endif