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