@if ( (isset($subtitle) and $subtitle != "") or (isset($title) and $title != "") or (isset($surtitle) and $surtitle != "") )
@if ( isset($surtitle) and $surtitle != "" ) {{ $surtitle }} @endif @if ( isset($title) and $title != "" )

{{ $title }}

@endif @if ( isset($subtitle) and $subtitle != "" ) {{ $subtitle }} @endif
@endif