@extends('frontend.layouts.master2') @section('title') Search Results @endsection @section('main-content')

Search Results

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

No destinations found.

@endif
@endsection