@extends('layouts.app') @section('css') @endsection @section('content')
@csrf
{{ __('AI Image Generator') }}

{{ __('Turn any of your text into sophisticated image') }}

{{ __('Your Balance is') }} {{ number_format(auth()->user()->available_images + auth()->user()->available_images_prepaid) }} {{ __('Images') }}
{{ __('Image Name') }} ({{ __('optional') }})
@error('name')

{{ $errors->first('name') }}

@enderror
{{ __('Image Description') }}
@error('title')

{{ $errors->first('title') }}

@enderror
{{ __('Art Style') }}
{{ __('Medium') }}
{{ __('Mood') }}
{{ __('Image Resolution') }}
{{ __('Number of Images') }}

{{ __("Generated Images") }}

{{ __('Image') }} {{ __('Resolution') }} {{ __('Created On') }} {{ __('Actions') }}
@endsection @section('js') @endsection