@extends('adminsection.layouts.master') @section('title') {{$tour->title}} || @parent @stop @section('page-title') {{$tour->title}} Details @stop @section('page-header-actions') Edit tour @stop @section('main-content')
@if($tour->image) {{$tour->title}} @else {{$tour->title}} @endif
Details
{!! $tour->description !!}
Itinerary
{!! $tour->tour_timeline !!}
@stop