@props([
'title' => 'No data found',
'description' => 'There are no records to display at this time.',
'icon' => 'default',
'customIcon' => null,
'illustration' => false,
'size' => 'default',
'animated' => true,
'class' => '',
])
@php
$sizeClasses = [
'small' => 'py-8 px-4',
'default' => 'py-12 px-6',
'large' => 'py-16 px-8',
];
$iconSizes = [
'small' => 'w-12 h-12',
'default' => 'w-16 h-16',
'large' => 'w-20 h-20',
];
$illustrationSizes = [
'small' => 'w-32 h-32',
'default' => 'w-48 h-48',
'large' => 'w-64 h-64',
];
$icons = [
'default' =>
'
{{ $description }}