@if (@$raw)
| ID | Project name | Project email | Spam total | Inbox total | Token access | ||
|---|---|---|---|---|---|---|---|
| {{ $account->id }} | {{ $account->email }} | {{ $account->project_name }} | {{ $account->project_email }} | {{ $account->spam_total ?? "Nil" }} | {{ $account->inbox_total ?? "Nil" }} | @if (@$raw){{ $account->status === "revoked" ? "Invalid" : "Valid" }} | @else{{ $account->status === "revoked" ? "Invalid" : "Valid" }} | @endif