@if ($templates->count() > 0)
    
        @foreach ($templates as $key => $template)
            
        @endforeach
    
        @include('elements/_per_page_select', ["items" => $templates])
    
    
@elseif (!empty(request()->keyword))
    
        auto_awesome_mosaic
        
            {{ trans('messages.no_search_result') }}
        
    
@else
    
        auto_awesome_mosaic
        
            {{ trans('messages.template_empty_line_1') }}
        
    
@endif