@props([ 'title', 'subtitle' => null, 'image' => null, ])
@if ($image)
@endif

{{ $title }}

@if ($subtitle)

{{ $subtitle }}

@endif