PK
{{ html_decode($user->phone) }}
{{ html_decode($user->email) }}
{{ __('Joined') }} : {{ $user->created_at->format('h:iA, d M Y') }}
{{ __('Banned') }} : {{ __('Yes') }}
{{ __('Banned') }} : {{ __('No') }}
{{ __('Email verified') }} : {{ __('Yes') }}
{{ __('Email verified') }} : {{ __('None') }}
*
{{ $loop->iteration }}
{{ $experience->company }}
{{ $experience->position }}
{{ $experience->start_date }}
{{ $experience->current ? 'Present' : $experience->end_date }}
{{ $education->organization }}
{{ $education->degree }}
{{ $education->start_date }}
{{ $education->current == 1 || $education->end_date == null ? 'Present' : $experience->end_date }}
{{ __('Are you sure want to send verify link to customer mail?') }}