@php $status = 'warning'; switch ($data->status) { case 'active': $status = 'success'; break; case 'inactive': $status = 'danger'; break; case 'banned': $status = 'dark'; break; } @endphp {{ $data->status }}
@php $rating = $data->rating ?? 0; $fullStars = floor($rating); $halfStar = $rating - $fullStars; @endphp @if($rating > 0) @endif{{ $data->email }}
{{ $data->contact_number }}
{{ __('message.app_version') . ' : ' . (auth()->user()->hasRole('admin') ? ($data->app_version ? : '0') : '0')}}
{{ $data->gender }}
{{ optional($data->userBankAccount)->bank_name ?? '-' }}
{{ optional($data->userBankAccount)->bank_code ?? '-' }}
{{ optional($data->userBankAccount)->account_holder_name ?? '-' }}
{{ optional($data->userBankAccount)->account_number ?? '-' }}
{{ optional($data->userBankAccount)->bank_address ?? '-' }}
{{ optional($data->userBankAccount)->routing_number ?? '-' }}
{{ optional($data->userBankAccount)->bank_iban ?? '-' }}
{{ optional($data->userBankAccount)->bank_swift ?? '-' }}
{{ __('message.wallet_balance') }}
{{ __('message.total_withdraw') }}