{{ __('User Information') }}

{{ __('Username') }}
{{ $username }}
{{ __('Status') }}
{{ $status === 'active' ? __('Active') : __('Inactive') }}
{{ __('Data Used') }}
{{ $data_used }}
{{ __('Data Limit') }}
{{ $data_limit }}
{{ __('Expiration Date') }}
{{ $expired_date }}
@if (isset($device_limit))
{{ __('Device Limit') }}
{{ $device_limit }} {{ __('Devices') }}
@endif @if ($reset_day)
{{ __('Reset In') }}
{{ $reset_day }} {{ __('Days') }}
@endif