@extends('panel.layout.app') @section('title', __('AI ReWriter')) @section('content')
{{ __('Remaining Credits') }}
@if (Auth::user()->remaining_words == -1) Unlimited @else {{ number_format((int) Auth::user()->remaining_words) }} @endif
@if ((int) Auth::user()->remaining_words + (int) Auth::user()->remaining_images != 0)
@endif @if ((int) Auth::user()->remaining_words + (int) Auth::user()->remaining_images != 0)
@endif
{{ __('Mode') }}
{{ __('Delete') }}
@if ($setting->hosting_type != 'high') @endif
@endsection @section('script') @if ($setting->hosting_type != 'high') @endif @endsection