@php use App\Models\Domain; $user = filament()->auth()->user(); $domains = Domain::whereNotNull('email')->count() @endphp {{-- --}} {{ $domains }} Domains ready to send email display {{----}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- {{ $domains }} domains with WHOIS data--}} {{-- --}} {{-- --}} {{-- {{ filament()->getUserName($user) }}--}} {{-- --}} {{-- --}} {{-- --}} {{-- @csrf--}} {{-- --}} {{-- {{ __('filament-panels::widgets/account-widget.actions.logout.label') }}--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{----}}
Domains ready to send email
--}} {{-- {{ filament()->getUserName($user) }}--}} {{--