@extends('layouts.layout-2') @section('content') {!! Form::open(['url' => route('travel_content_detail', [$id]), 'class' => 'form-horizontal']) !!}
| {{__('Title')}} | {{__('Pagetitle')}} | {{__('Programm')}} | {{__('Pos')}} | {{__('sichtbar')}} | {{__('sichtbar in navi')}} | ||
|---|---|---|---|---|---|---|---|
| {{ $child_page->title }} | {{ $child_page->pagetitle }} | @if($child_page->travel_program_content){{ $child_page->travel_program_content->title }} | @else- | @endif{{ $child_page->order }} | {!! get_active_badge($child_page->status) !!} | {!! get_active_badge($child_page->show_in_navi) !!} |