Add color picker just to settings

This commit is contained in:
snipe 2016-03-25 04:18:01 -07:00
parent 82d6a4e025
commit fb84ba2878

View file

@ -20,6 +20,10 @@
}
</style>
<!-- Bootstrap Color Picker -->
<link rel="stylesheet" href="{{ asset('assets/js/plugins/colorpicker/bootstrap-colorpicker.min.css') }}">
{{ Form::open(['method' => 'POST', 'files' => true, 'class' => 'form-horizontal', 'role' => 'form' ]) }}
<!-- CSRF Token -->
{{ Form::hidden('_token', csrf_token()) }}