@extends('layouts.app') @section('content') {{ __('Pretraga', 'elit-gastro') }} {{ sprintf(__('Rezultati za "%s"', 'elit-gastro'), get_search_query()) }} @if (! have_posts()) {{ __('Nema rezultata. PokuĊĦaj s drugim pojmom.', 'elit-gastro') }} {!! get_search_form(false) !!} @else @while (have_posts()) @php(the_post()) {{ get_post_type_object(get_post_type())->labels->singular_name ?? '' }} {{ get_the_date() }} {{ get_the_title() }} {{ wp_trim_words(get_the_excerpt(), 26) }} @endwhile {!! paginate_links() !!} @endif @endsection
{{ __('Nema rezultata. PokuĊĦaj s drugim pojmom.', 'elit-gastro') }}
{{ wp_trim_words(get_the_excerpt(), 26) }}