@if(Route::currentRouteName() == 'index')
@elseif(str_starts_with(Route::currentRouteName(), 'page.'))
@elseif(Route::currentRouteName() == 'lists.show' and isset($content))
    
@elseif(Route::currentRouteName() == 'contents.show' and isset($content))
    
{{ $content->title }}
    
    
    
    
    
    
    
    
    @if ($content->image)
        
    @else
        
    @endif
    @if($content->type->name == "Vaga")
        
    @elseif($content->type->name == "Produto")
        
    @endif
@elseif(Route::currentRouteName() == 'contents.show' and isset($author))
    
@else
    
    
    
    
    
    
    
    
    
    
@endif
@if($_schriftart == "Montserrat")
    
    
    
@endif