@props([ 'title' => 'لا توجد بيانات بعد', 'description' => null, 'actionLabel' => null, 'actionUrl' => null, 'icon' => 'inbox', ]) @php $iconPath = match($icon) { 'inbox' => '', 'cart' => '', 'chat' => '', 'shield' => '', default => '', }; @endphp
{!! $iconPath !!}

{{ $title }}

@if($description)

{{ $description }}

@endif @if($actionLabel && $actionUrl) {{ $actionLabel }} @endif