@extends('layouts.app') @section('page-header') @endsection @section('content')
@csrf
{{ __('Fal AI API Key') }}
@error('video_image_falai_api')

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

@enderror
{{ __('Stability API Token') }}
@error('video_image_stability_api')

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

@enderror
{{ __('AI Image to Video Feature') }}
{{ __('AI Image to Video Free Tier Access') }}
{{ __('Video Model credits per Video') }}
{{ __('Stable Diffusion task credits') }}
{{ __('Kling 1.5 Pro task credits') }}
{{ __('Luma Dream Machine task credits') }}
{{ __('Haiper Video v2 task credits') }}
@endsection