@php $clipdropActions = [ 'reimagine' => 'Reimagine', 'remove_background' => 'Remove Background', 'replace_background' => 'Replace Background', 'remove_text' => 'Remove Text', 'text_to_image' => 'Text to Image', 'sketch_to_image' => 'Sketch to Image', 'upscale' => 'Upscale', ]; $novitaActions = [ 'reimagine' => 'Reimagine', 'remove_background' => 'Remove Background', 'replace_background' => 'Replace Background', 'remove_text' => 'Remove Text', 'text_to_image' => 'Text to Image', 'upscale' => 'Upscale', ]; @endphp @extends('panel.layout.app') @section('title', __('AI Photo Studio')) @section('titlebar_subtitle', __('State-of-the-art AI image processing for the creation and enhancement of visual content.')) @section('content')