Booking, QI Content, Trees, Media

This commit is contained in:
Kevin Adametz 2019-10-02 20:03:55 +02:00
parent 1f340e96fa
commit 7fbac395a9
260 changed files with 27160 additions and 3773 deletions

View file

@ -17,6 +17,7 @@
<th style="max-width: 60px;">&nbsp;</th>
<th>{{__('Name')}}</th>
<th>{{__('slug')}}</th>
<th>{{__('Keyword')}}</th>
<th>{{__('Langer Text')}}</th>
<th>{{__('sichtbar')}}</th>
<th>#</th>
@ -32,6 +33,8 @@
</td>
<td><a href="{{ route('cms_travel_guide_detail', [$value->id]) }}">{{ $value->name }}</a></td>
<td>{{ $value->slug }}</td>
<td>{{ $value->keyword }}</td>
<td data-sort="{{ $value->scope }}">
@if($value->scope)
<span class="badge badge-pill badge-success"><i class="far fa-check"></i></span>