@extends("layouts.app",['title'=>$title]) @section("content")

Search Results for {{$query}}

@php $search_count = 0;@endphp @forelse($search_results as $result) @if(isset($result->indexable)) @php $search_count += $search_count + 1; @endphp @if($post && is_a($post,\BinshopsBlog\Models\BinshopsPostTranslation::class))

Search result #{{$search_count}}

@include("binshopsblog::partials.index_loop") @else
Unable to show this search result - unknown type
@endif @endif @empty
Sorry, but there were no results!
@endforelse
Blog Categories
    @if($categories) @include("binshopsblog::partials._category_partial", [ 'category_tree' => $categories, 'name_chain' => $nameChain = "" ]) @else No Categories @endif
@if (config('binshopsblog.search.search_enabled') ) @include('binshopsblog::sitewide.search_form') @endif
@endsection