@aware(['component']) @php($attributes = $attributes->merge(['wire:key' => 'empty-message-' . $component->getId()])) @if ($component->isTailwind())
{{ __('messages.common.no_data_available') }}
@elseif ($component->isBootstrap())
{{ __('messages.common.no_data_available') }}
@endif