@if (!Arr::get($attributes, 'without-buttons', false))
@php $result = Arr::get($attributes, 'id', $name); @endphp
{{ trans('core/media::media.add') }}
@if (function_exists('shortcode') && Arr::get($attributes, 'with-short-code', false))
@once @push('footer') @endpush @endonce @endif {!! apply_filters(BASE_FILTER_FORM_EDITOR_BUTTONS, null) !!}
@else @php Arr::forget($attributes, 'with-short-code'); @endphp @endif {!! call_user_func_array([Form::class, BaseHelper::getRichEditor()], [$name, $value, $attributes]) !!}