@if (Route::currentRouteName() == 'content' and isset($content))
{{ $content->title}}
@if ($content->image)
@else
@endif
@elseif (Route::currentRouteName() == 'content' and isset($list))
Aktuelle Stellenangebote in {{ $list->name }}
@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