@aware(['isTailwind','isBootstrap'])
@if ($this->offlineIndicatorIsEnabled())
@if ($this->isTailwind)
@lang('livewire-tables::You are not connected to the internet.')
@elseif ($this->isBootstrap)
@lang('livewire-tables::You are not connected to the internet.')
@endif
@endif