@if ($errors->has('submitForm'))
{{ $errors->first('submitForm') }}
@endif
@if($templates->count() == 0)
No templates to show
@else
| # |
Nombre |
Tipo |
|
@foreach ($templates as $template)
| {{ $template->id }} |
{{ $template->name }} (v.{{$template->version}}) |
{{ $template->type->name }} |
|
@endforeach
{!! $templates->links('custom-pagination-links') !!}
@endif