@if(count($this->getDomainOptions()) > 0) {{ __('Select Domain') }} {{ __('Choose the domain you want to view logs for.') }} @foreach($this->getDomainOptions() as $value => $label) {{ $label }} @endforeach @if($this->selectedDomain && $this->statsGenerated) {{ __('Statistics Report Ready') }} {{ __('Traffic analysis report has been generated for :domain', ['domain' => $this->selectedDomain]) }} {{ __('View Report') }} @endif @else {{ __('No Domains Yet') }} {{ __('Add a domain first to view logs and statistics.') }} {{ __('Add Domain') }} @endif
{{ __('Add a domain first to view logs and statistics.') }}