@forelse ($items as $item)
  • {{ RvMedia::image($item->image, $item->name, 'thumb') }}
    {{ $item->name }}
    @if($item->short_address)

    {{ $item->short_address }}

    @endif
  • @empty
  • {{ __('No suggestion found') }}
  • @endforelse