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