@extends('frontend.layouts.master') @section('title') Search Results - {{ $query }} @endsection @section('main-content')
banner_image) data-background="{{ Storage::url($banner->banner_image) }}" @else data-background="{{ asset('frontend/assets/images/updates_page.jpg') }}" @endif>

Search Results

Home Search Results for "{{ $query }}"

@if(isset($results['total']) && $results['total'] > 0) Found {{ $results['total'] }} result(s) for "{{ $query }}" @else No results found for "{{ $query }}" @endif

@if(isset($results['total']) && $results['total'] > 0)
@if($results['tours']->count() > 0)

Tours ({{ $results['tours']->count() }})

@foreach($results['tours'] as $tour)
{{ $tour['title'] }}
Tour

{{ $tour['title'] }}

{{ $tour['location'] }}

@endforeach
@endif @if($results['destinations']->count() > 0)

Destinations ({{ $results['destinations']->count() }})

@foreach($results['destinations'] as $destination)
{{ $destination['title'] }}
Destination

{{ $destination['title'] }}

{{ $destination['location'] }}

@endforeach
@endif @if($results['posts']->count() > 0)

Articles ({{ $results['posts']->count() }})

@foreach($results['posts'] as $post)
{{ $post['title'] }}
Article

{{ $post['title'] }}

@if($post['quote'])

{{ Str::limit($post['quote'], 100) }}

@endif
@endforeach
@endif
@else

No results found

We couldn't find any tours, destinations, or articles matching "{{ $query }}".
Try different keywords or check your spelling.

Try searching for:

  • Popular destinations like "Zanzibar", "Serengeti", "Kilimanjaro"
  • Tour types like "Safari", "Beach", "Cultural"
  • Activities like "Wildlife", "Photography", "Adventure"
@endif
@endsection @push('styles') @endpush