@props(['image', 'title', 'description', 'btn_text'])
@if(!empty($image))
@endif @if(!empty($title))

{{ $title }}

@endif @if(!empty($description))

{!! $description !!}

@endif @if(!empty($btn_text)) @endif