Booking, QI Content, Trees, Media
This commit is contained in:
parent
1f340e96fa
commit
7fbac395a9
260 changed files with 27160 additions and 3773 deletions
|
|
@ -17,6 +17,7 @@
|
|||
<th style="max-width: 60px;"> </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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue