@props([ 'title' => '' ])
@if (isset($icon))
{!! $icon !!}
@endif

{!! $title !!}

@if(isset($caption))

{!! $caption !!}

@endif