@if (isset($widget['heading']))

{!! $widget['heading'] !!}

@endif @if (isset($widget['content']))

{!! $widget['content'] !!}

@endif @if (isset($widget['button_link']))

{{ $widget['button_text'] }}

@endif