{{ session()->get('success') }}
@endif
@if($errors->any())
-
@foreach($errors->all() as $error)
- {{ $error }} @endforeach
@include('dashboard.pages.partials.tours_edit_basic')
@include('dashboard.pages.partials.tours_edit_features')
@include('dashboard.pages.partials.tours_edit_custom_features')
@include('dashboard.pages.partials.tours_edit_timeline')
@include('dashboard.pages.partials.tours_edit_filters')
@include('dashboard.pages.partials.tours_edit_packages')
@include('dashboard.pages.partials.tours_edit_sub_packages')