@extends('layout.main') @section('main-section') {{ $tour->name }} {{ $tour->location }} @foreach($tour->tour_gallery as $image) @endforeach The {{ $tour->name }} {!! $tour->description !!} Search Results 9 Results Found Name Phone Email Pick Up Drop Off Destination @foreach($tourData as $tourRow) {{ $tourRow->name}} @endforeach Duration Any 1 Day Travel 2 Days Travel 3 Days Travel 4 Days Travel 5 Days Travel 6 Days Travel 1 week Travel More Than 1 week Travel @endsection
{{ $tour->location }}