Move js to the js-stack

parent ff4da45c
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
</select> </select>
{!! $errors->first('tags', '<span class="help-block">:message</span>') !!} {!! $errors->first('tags', '<span class="help-block">:message</span>') !!}
</div> </div>
@push('js-stack')
<script> <script>
$( document ).ready(function() { $( document ).ready(function() {
$('.input-tags').selectize({ $('.input-tags').selectize({
...@@ -22,3 +24,4 @@ ...@@ -22,3 +24,4 @@
}); });
}); });
</script> </script>
@endpush
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment