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

Tour Packages

@foreach ($tourData as $tourRow)
{{$tourRow->name}}
  • ₹ {{$tourRow->price}}|{{$tourRow->time_period}}
@for ($i = 1; $i <= 5; $i++) @if ($i <= $tourRow->rating) @else @endif @endfor

{{$tourRow->name}}

{{$tourRow->person}}

{{--

Lorem ipsum dolor sit amet, ad duo fugit aeque fabulas, in lucilius prodesset pri. Veniam delectus ei

--}}
@endforeach
@endsection