@extends('layouts.public') @section('title') {{$page->meta_title}} @endsection @section('description') {{$page->meta_description}} @endsection @section('image', asset($page->image)) @section('content')
{{$page->title}}

{{$page->title}}

{!!$page->content!!}
@include('include.aside', ['tour' => $page->id])
@endsection