@if(isset($title) && $title)
@endif
@if(isset($help) && $help)
{{ $title }}
@endif @if(isset($notice) && (data_get($notice, 'caption') || data_get($notice, 'note')))
@if(data_get($notice, 'caption'))
@endif
@if((isset($button) && $button) || (isset($link) && $link))
@endif
@if(data_get($notice, 'note'))
{{ data_get($notice, 'note') }}
@endif-
@if(data_get($button, 'text') && data_get($button, 'url'))
- {{ data_get($button, 'text') }} @endif @if(data_get($link, 'text') && data_get($link, 'url'))
- {{ data_get($link, 'text') }} @endif
{!! $help !!}
@endif