@props([ 'icon' => 'ti-mood-empty', 'title' => 'لا توجد بيانات', 'description' => null, 'action' => null, ])
merge(['class' => 'empty']) }}>

{{ $title }}

@if($description)

{{ $description }}

@endif @if($action)
{{ $action }}
@endif