@props(['verse', 'hadith' => null, 'link' => true])
merge(['class' => 'card surface-pattern relative overflow-hidden']) }}>
Inspirasi Hari Ini @if($link)Selengkapnya@endif
{{-- Ayat --}} @if(!empty($verse['arabic']))

{{ $verse['arabic'] }}

@endif

"{{ $verse['translation'] ?? '' }}"

{{ $verse['ref'] ?? '' }}

{{-- Hadis --}} @if($hadith)

Hadis Hari Ini

@if(!empty($hadith['arabic']))

{{ $hadith['arabic'] }}

@endif

"{{ $hadith['text'] }}"

{{ $hadith['source'] }}

@endif