@extends('layouts.app') @section('page-header') @endsection @section('content')
@csrf
{{ __('Fal AI API Key') }}
@error('flux_api')

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

@enderror
@endsection