@extends('frontend.layouts.master') @section('title') Unbound Bangladesh | Destinations @endsection @section('content') Explore Destinations Home • Destinations @include('frontend.destinations.partials.destinations-card') {{ $destinations->appends(request()->query())->links('pagination::bootstrap-5') }} @endsection