@extends('layouts.app') @section('css') @endsection @section('content')
{{ __('Your Balance is') }} @if (auth()->user()->images == -1) {{ __('Unlimited') }} @else {{ number_format(auth()->user()->images + auth()->user()->images_prepaid) }} {{ __('Media 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) }}