@props([ 'title' => '', 'description' => '' ])
@if($title)

{{ $title }}

@endif @if($description)

{{ $description }}

@endif