{{-- Section Header Component @param string $title - عنوان بخش @param string $description - توضیحات (اختیاری) --}} @props([ 'title' => 'بخش', 'description' => null ])

{{ $title }}

@if($description)

{{ $description }}

@endif
{{ $slot }}