@props(['title', 'subtitle' => null, 'count' => null, 'id' => null])
merge(['class' => 'section-heading mb-4']) }}>

{{ $title }}

@if ($subtitle)

{{ $subtitle }}

@endif
@if ($count !== null)

{{ fa_digits($count) }} مورد

@endif