user
@if (auth()->user()->is_company) {!! $row->full_name !!} @else {!! $row->full_name !!} @endif {{ $row->email }} - {{ $row->is_company ? __('messages.company') : ($row->company_id != null ? __('messages.emplyee') : __('messages.user')) }}
{{ $row->plan_name }} @php $checked = $row->email_verified_at == null ? '' : 'checked disabled'; @endphp
@if ($row->is_active) {{ __('messages.user.impersonate') }} @else {{ __('messages.user.impersonate') }} @endif
@php $checked = $row->is_active === 0 ? '' : 'checked'; @endphp
@if (auth()->user()->is_company == 1) @else @endif