@section('search', $query) @empty(!$radios) {!! $radios !!} @endempty
@forelse($results as $item) @empty(!$item->image()) {{$item->title()}} @endempty {{$item->title()}} {{$item->subTitle()}} @empty

{{ __('Nothing found.') }}

{{ __('Try changing the query or type.') }}
@endforelse
@includeWhen($results instanceof \Illuminate\Contracts\Pagination\Paginator && $results->isNotEmpty(), 'platform::layouts.pagination', ['paginator' => $results] )