@if (Route::currentRouteName() == 'content' and !isset($list) and isset($content))
{{$content->title}}
@if ($content->image)
@else
@endif
@elseif (Route::currentRouteName() == 'content' and isset($list) and isset($content))
Neuigkeiten vom Konradenhof
@if ($list->image)
@else
@endif
@elseif (Route::currentRouteName() == 'author.get' and isset($author))
Offene Jobangebote bei {{ $author->name }}
@else
@yield('meta_title', '')
@endif
@if (!empty(config('settings.favicon_image')))
@endif