@extends('layouts.app') @section('css') @endsection @section('content')
{{ __('Your Balance is') }} @if (auth()->user()->available_dalle_images == -1) {{ __('Unlimited') }} @else {{ number_format(auth()->user()->available_dalle_images + auth()->user()->available_dalle_images_prepaid) }} {{ __('Dalle Images') }}@endif | @if (auth()->user()->available_sd_images == -1) {{ __('Unlimited') }} @else {{ number_format(auth()->user()->available_sd_images + auth()->user()->available_sd_images_prepaid) }} {{ __('SD Images') }}@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') }}
{{ __('Upload your target image') }}
({{ __('Square PNG Images') }} / {{ __('4MB Max') }})
{{ __('Upload your mask image') }}
{{ __('Upload your image to create variations') }}
{{ substr($image->description, 0, 63) }}...
{{ __($prompt->prompt) }}