@if($this->logContent)
@else
{{ __('No Log Entries') }}
{{ $this->logType === 'access'
? __('No access log entries found. Logs will appear after visitors access your site.')
: __('No error log entries found. This is good - your site has no errors.') }}
@endif
@endif
@else
{{ __('No Domains Yet') }}
{{ __('Add a domain first to view logs and statistics.') }}