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

Search Results

Home Search Results
@if($destinations->count()) @foreach($destinations as $destination) @endforeach {{ $destinations->links() }} @else

No destinations found.

@endif
@endsection