@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 Image to Video') }}

{{ __('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) }} {{ __('SD Images') }}@endif

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

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

{{ __('Supported dimensions:') }} 1024x576 | 576x1024 | 768x768
{{ __('PNG and JPG') }}

{{ __('Seed') }}
{{ __('Image Strength') }}
2
{{ __('Motion Bucket') }}
127

{{ __('AI Image to Video Results') }}

{{ __('Image') }} {{ __('Video') }} {{ __('Status') }} {{ __('Created On') }} {{ __('Actions') }}
@endif
@endsection @section('js') @endsection