Move js to the js-stack

parent ff4da45c
......@@ -7,6 +7,8 @@
</select>
{!! $errors->first('tags', '<span class="help-block">:message</span>') !!}
</div>
@push('js-stack')
<script>
$( document ).ready(function() {
$('.input-tags').selectize({
......@@ -22,3 +24,4 @@
});
});
</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