diff --git a/resources/views/components/trix.blade.php b/resources/views/components/trix.blade.php
index 0183dd4..0e6ddb8 100644
--- a/resources/views/components/trix.blade.php
+++ b/resources/views/components/trix.blade.php
@@ -1,21 +1,34 @@
-
+
- merge(['class' => $errors->has($field->key) ? $error() : $class() ]) }}>
+ merge(['class' => $errors->has($field->key) ? $error() : $class() ]) }}>
@if($field->includeScript)
-@tfonce('styles:trix')
-
-@endtfonce
-@tfonce('scripts:trix')
-
-@endtfonce
-@tfonce('styles:trix-no-upload')
-
-@endtfonce
+ @tfonce('styles:trix')
+
+ @endtfonce
+ @tfonce('scripts:trix')
+
+ @endtfonce
+ @tfonce('styles:trix-no-upload')
+
+ @endtfonce
@endif