@extends('layout.main') @push('title') Our Destination - Challa Brothers Tour and Travel @endpush @section('main-section')

Our Taxi Service Destinations

Popular Places


@foreach ($destinationData as $destinationRow)
{{$destinationRow->name}}

From: {{$destinationRow->location->name}}

₹ {{$destinationRow->price}}
@endforeach
@endsection