@extends('layouts.web_master') @section('header-content')

Tour & Spot

@endsection @section('main-content')

{{ $singleTourPackage->title }}

{{ $singleTourPackage->category }}

Date

{{ $singleTourPackage->date }}

Overview
{{--

{{ $singleTourPackage->description }}


--}}
{!! $singleTourPackage->description !!}
Booking form
@csrf

@if ($singleTourPackage->map_url != null)
Tour Map
@endif
@endsection