@props([ 'icon' => null, 'title' => 'Layanan', 'description' => 'Deskripsi layanan', 'badge' => null ])
@if($icon)
{!! $icon !!}
@endif @if($badge)
{{ $badge }}
@endif

{{ $title }}

{{ $description }}