@lang('general.status')
{{trans('admin.'.($customer->status == 1 ? 'active': 'inactive'))}}
@lang('general.mobile')
@lang('general.email')
@lang('general.last_login')
{{getFormattedTime($customer->last_login)}}
@lang('general.user_groups')
{{ $customer->user_groups_text }}