@foreach ($domains as $key => $domain)

{{$domain->domain}} {{(isset($domain->pageMaster)) ? '('.($domain->pageMaster->status*12.5).'%)' : ''}}
status == 0) ? 'data-bs-toggle=tooltip' : ''}} title="" data-bs-original-title="{{($domain->status == 0) ? 'The verification process can take 6 to 12 hours to complete, most of the time it’s completed in 1 hour.' : '' }}" aria-label="{{($domain->status == 0) ? 'The verification process can take 6 to 12 hours to complete, most of the time it’s completed in 1 hour.' : '' }}">{{($domain->status == 1) ? 'Active' : 'Verification Pending'}}

Senders

@if($domain->status == 1) @endif
@endforeach