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

{{ __('Turn your Youtube videos into Blog posts') }}

@if ($brand_feature)
{{ __('Select Company') }}
{{ __('Select Product / Service') }}
@endif
{{ __('Youtube Video URL') }}
{{ __('Action') }}
{{ __('Language') }}
@error('language')

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

@enderror
{{ __('AI Model') }}
{{ __('Creativity') }}
{{ __('Tone of Voice') }}
{{ __('Point of View') }}
{{ __('Number of Results') }}
@error('max_results')

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

@enderror
@error('document')

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

@enderror

{{ __('Total Words') }}:

@endsection @section('js') @endsection