Pushing js and css assets to their respective stack

parent aaa9ba1f
@push('css-stack')
<style>
h3 {
border-bottom: 1px solid #eee;
......@@ -6,6 +7,7 @@
padding: 6px 0 4px 0;
}
</style>
@endpush
<div class="box-body">
<div class="row">
<div class="col-md-12">
......
@push('js-stack')
<script>
$( document ).ready(function() {
$('.jsSelectAllAllow').on('click',function (event) {
......@@ -20,3 +21,4 @@
});
});
</script>
@endpush
@push('css-stack')
<style>
h3 {
border-bottom: 1px solid #eee;
......@@ -6,6 +7,8 @@
padding: 6px 0 4px 0;
}
</style>
@endpush
<div class="box-body">
<div class="row">
<div class="col-md-12">
......
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