Add new component, add flags on filter

This commit is contained in:
Ludovic CANDELLIER
2022-05-09 23:14:50 +02:00
parent 3370b8061c
commit ce9f613b66
8 changed files with 184 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
@if(!defined('LOAD_ICHECK'))
@push('css')
<link rel="stylesheet" href="/assets/plugins/icheck/icheck-bootstrap.min.css">
@endpush
@php(define('LOAD_ICHECK', true))
@endif