@if (isset($row) && $row && is_admin())
{{ $row->account_id }}
@endif

Ryft Pay

@if ($account->status == 'Verified') @t('Your RyftPay Dashboard') @else @foreach ($account->actionsRequired as $action)

@t('Status:')

{{ $action->description }}
@endforeach @if (isset($link) && $link) @t('Continue your registration') @else @t('Go to RyftPay dashboard') @endif @endif @if (isset($row) && $row && is_admin())
@t('unlink')
@endif