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

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

@enderror
@endsection