Banner image
user image

{{ $data->name }}

  • {{ __('messages_301.Joined at') . ' ' . \Carbon\Carbon::parse($data->created_at)->format('F Y') }}
@can('send_notification') {{ __('messages_301.Notify') }} @endcan {{-- @if ($data->account_information->is_approve) {{ __('messages_301.Reject data') }} @else {{ __('messages_301.Approve data') }} @endif --}} @if ($data->account_information && $data->account_information->status == 'under_review') @elseif($data->account_information && $data->account_information->status == 'approved') @endif