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