@component('backoffice._components.tab', ['item' => 'Content', 'active' => true])
{{ html()->translations(function () { return [ html()->horizontalFormGroup()->required()->text('name', 'Name'), html()->horizontalFormGroup()->required()->textarea('description', 'Description'), html()->horizontalFormGroup()->required()->text('url', 'URL (external)'), ]; }) }}
@endcomponent