@extends('main') @section('css') @endsection @section('content')
@if(session('message'))
@endif
@if(!empty($tours)) @foreach($tours as $t) @endforeach @endif
Name Title Description Image Highlight Options
{{ $t->name }} {{ $t->title ?? '-' }} {!! $t->content !!} {!! $t->image ? 'See Image' : '-' !!} {!! $t->element_id ? 'Set' : 'Unset' !!}
@endsection @section('js') @endsection