@extends('layout.main') @section('main-section')
    @foreach($sliderData as $sliderRow)
  • @endforeach
@csrf
@error('name') {{$message}} @enderror
@error('phone') {{$message}} @enderror
@error('email') {{$message}} @enderror
@error('pickup') {{$message}} @enderror
@error('dropoff') {{$message}} @enderror
@error('date') {{$message}} @enderror
@foreach($categoryData as $categoryRow) @if($loop->iteration==1)

{{$categoryRow->name}}

@foreach($locationData as $locationRow) @if($locationRow->category_id==$categoryRow->id)

{{$locationRow->name}}7 Tours

@endif @endforeach
@else

{{$categoryRow->name}}

@endif @endforeach

Popular Destinations

Exclusive Destination Locations in Uttarakhand
@foreach($destinationData as $destinationRow)
img-cont

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

{!! $destinationRow->description !!}
Read More
@if($loop->iteration%3==0)
@endif @endforeach

Popular Services

Exclusive Destination Locations in Uttarakhand
@foreach($serviceData as $serviceRow)
commerce

{{ $serviceRow->name }}

{!! $serviceRow->description !!}
@endforeach

Popular Tour Packages

Exclusive Tour Packages in Uttarakhand

Popular Vehicles

Exclusive Vehicles, We Offer in Uttarakhand
@foreach($vehicleData as $vehicleRow)
img-cont

{{ $vehicleRow->name }} {{ $vehicleRow->type }}

Read More
@if($loop->iteration%3==0)
@endif @endforeach
@push('carousel') @endpush @endsection