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