@extends('layout.main') @section('main-section')

{{ $tour->name }}

{{ $tour->location }}

The {{ $tour->name }}

{!! $tour->description !!}
@endsection