@props([ 'title', 'subtitle' => null, 'center' => true, ])

{{ $title }}

@if($subtitle)

{{ $subtitle }}

@endif