@extends('layouts.app') @section('css') @endsection @section('content')
@if ($type == 'Regular License' || $type == '')

{{ __('Extended License is required in order to have access to these features') }}

@else

{{ __('AI Photo Studio') }}

{{ __('State-of-the-art AI image processing for the creation and enhancement of visual contents') }}

{{ __('Your Balance is') }} @if (auth()->user()->available_sd_images == -1) {{ __('Unlimited') }} @else {{ number_format(auth()->user()->available_sd_images + auth()->user()->available_sd_images_prepaid) }}@endif {{ __('SD Images') }}

@csrf
{{ __('Target Image') }}

{{ __('Drag and drop your image or') }} {{ __('Browse') }}

({{ __('PNG | JPG | WEBP') }})

{{ __('Prompt') }}
{{ __('Negative Prompt') }}
{{ __('Creativity') }}
{{ __('Control Strength') }}
{{ __('Seed') }}
{{ __('Start generating your image') }}
@endif
@endsection @section('js') @endsection