@extends('layouts.app') @section('page-header') @endsection @section('content')

{{ __('Store New API Key') }}

@csrf
{{ __('AI Engine') }}
{{ __('API Key') }}
@error('api_key')

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

@enderror
{{ __('Status') }}
{{ __('Cancel') }}
@endsection