@if ($editor->getEditorCssPartial() !== null) @if (Cache::store('array')->add('textareaCssLoaded', true, 100)) @include($editor->getEditorCssPartial()) @endif @endif
{!! Form::label($fieldName, $labelName) !!} {!! $errors->first($fieldName, ':message') !!}
@if ($editor->getEditorJsPartial() !== null) @if (Cache::store('array')->add('textareaJsLoaded', true, 100)) @include($editor->getEditorJsPartial()) @endif @endif