$script]) }}" hx-swap="outerHTML" hx-select="#edit-script-form" class="p-6" >

{{ __("Edit script") }}

@include("scripts.partials.fields.name", ["value" => old("name", $script->name)])
@include("scripts.partials.fields.content", ["value" => old("content", $script->content)])
{{ __("Cancel") }} {{ __("Save") }}