@if(isset($title))
@if(isset($hide_title_link)) {{ $title }} @else {{ $title }} @endif
@if(isset($button_txt)) {{ $button_txt }} @endif
@endif @if(! isset($hide_link) && isset($link_source_url))

{{ $link_source_url }}

@endif @if(isset($description))

{!! $description !!}

@endif