@extends('layouts.app') @section('page-header') @endsection @section('content')
@csrf
{{ __('Stable Diffusion API Key') }} ({{ __('Main API Key') }})
@error('stable-diffusion-key')

{{ $errors->first('stable-diffusion-key') }}

@enderror
{{ __('SD API Key Usage Model') }}
{{ __('Personal Stable Diffusion API Key') }}
{{ __('Store additional SD API Keys') }}
@endsection