@props([ 'required' => true, 'label' => "", 'content' => "", 'id' => 'summernote-' . uniqid(), 'height' => '300', 'disabled' => false, 'toolbar' => 'simple', 'resize' => true, ]) @php $config = [ 'none' => [], 'full' => [ ['style', ['style']], ['font', ['bold', 'underline', 'clear']], ['fontname', ['fontname']], ['fontsize', ['fontsize']], ['color', ['color']], ['para', ['ul', 'ol', 'paragraph']], ['table', ['table']], ['insert', ['link', 'picture', 'video']], ['view', ['fullscreen', 'codeview']], ], 'simple' => [ ['style', ['style']], ['font', ['bold', 'underline', 'clear']], ['fontname', ['fontname']], ['fontsize', ['fontsize']], ['color', ['color']], ['para', ['ul', 'ol', 'paragraph']], ['insert', ['link']], ['view', ['fullscreen']] ], ]; @endphp @if($label) @endif
@if($attributes->whereStartsWith('wire:model')->first())
@error($attributes->whereStartsWith('wire:model')->first()) {{ $message }} @enderror
@endif @pushonce('style') @endpushonce @pushonce('script') @endpushonce @pushonce('script') @endpushonce @push('script') @endpush