@if(!$templates->isEmpty()) @foreach($templates as $template)
@include('templates.card', ['template' => $template])
@endforeach @endif