{{ __('Remaining Credits') }}
@if ((int) $auth->remaining_words + (int) $auth->remaining_images != 0)
@endif
@if ((int) $auth->remaining_words + (int) $auth->remaining_images != 0)
@endif
{{ __('Words') }}
@if ($auth->remaining_words == -1)
{{ __('Unlimited') }}
@else
{{ number_format((int) $auth->remaining_words) }}
@endif
{{ __('Images') }}
@if ($auth->remaining_images == -1)
{{ __('Unlimited') }}
@else
{{ number_format((int) $auth->remaining_images) }}
@endif