@props([ 'icon' => 'inbox', 'title' => 'No data found', 'description' => null, 'action' => null, 'actionUrl' => null, ])
merge(['class' => 'text-center py-12']) }}>

{{ $title }}

@if($description)

{{ $description }}

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