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