{{ __('dashboard.Newsletter') }}

{{ __('dashboard.Emails collected from the public home footer.') }}

@if ($hasSubscribers) {{ __('dashboard.CSV') }} {{ __('dashboard.TSV') }} {{ __('dashboard.JSON') }} @endif
@if ($rows->isEmpty())

{{ __('dashboard.No newsletter subscribers yet.') }}

@else {{ __('dashboard.Email') }} {{ __('dashboard.Joined') }} @foreach ($rows as $row) {{ $row->email }} {{ $row->created_at?->timezone(config('app.timezone'))->format('Y-m-d H:i') }} {{ __('dashboard.Remove') }} @endforeach
{{ $rows->links() }}
@endif {{ __('dashboard.Remove') }}