Add preview from father, add new features

This commit is contained in:
Ludovic CANDELLIER
2021-04-11 00:36:41 +02:00
parent 31e60dee45
commit b90d633e6e
58 changed files with 1482 additions and 532 deletions

View File

@@ -0,0 +1,6 @@
@if(!defined('LOAD_SLIMSCROLL'))
@push('scripts')
<script type="text/javascript" src="{{ asset('/assets/plugins/jquery.slimscroll.min.js') }}"></script>
@endpush
@php(define('LOAD_SLIMSCROLL', true))
@endif