@extends('layouts.app') @section('css') @endsection @section('content')
{{ __('Your Balance is') }} @if (auth()->user()->image_credits == -1) {{ __('Unlimited') }} @else {{ number_format(auth()->user()->image_credits + auth()->user()->image_credits_prepaid) }} {{ __(' Image Credits') }} @endif
{{ __('Drop your image here or browse') }}
({{ __('PNG Images') }} / {{ __('5MB Max') }})
{{ __('Select your image that you want to upscale') }}
{{ __('Upload your image with transparent target area for inpainting') }}
{{ substr($image->description, 0, 63) }}...
{{ __($prompt->prompt) }}