@extends('layouts.app') @section('page-header') @endsection @section('content')
@csrf
{{ __('Google Gemini') }}
{{ __('Gemini API Key') }}
@error('gemini-api-key')

{{ $errors->first('gemini-api-key') }}

@enderror
{{ __('GCP Voiceover Settings') }}
{{ __('GCP Configuration File Path') }}
@error('gcp-configuration-path')

{{ $errors->first('gcp-configuration-path') }}

@enderror
{{ __('GCP Storage Bucket Name') }}
@error('gcp-bucket')

{{ $errors->first('gcp-bucket') }}

@enderror
@endsection