/home/techb158/immovalet.com/platform/core/base/resources/views/forms/partials
Edit: /home/techb158/immovalet.com/platform/core/base/resources/views/forms/partials/editor.blade.php (4247B)
@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]) !!}