@if (!(isset($attributes['without-buttons']) && $attributes['without-buttons'] == true))
@php $result = !empty($attributes['id']) ? $attributes['id'] : $name; @endphp {{ trans('core/media::media.add') }} @if (isset($attributes['with-short-code']) && $attributes['with-short-code'] == true && function_exists('shortcode')) @once @push('footer') @endpush @endonce @endif {!! apply_filters(BASE_FILTER_FORM_EDITOR_BUTTONS, null) !!}
@endif {!! call_user_func_array([Form::class, setting('rich_editor', config('core.base.general.editor.primary'))], [$name, $value, $attributes]) !!}