@if(Popper::hasThemes() or config('popper.fix-bs3'))
    
    @if(config('popper.fix-bs3'))
        
    @endif
    {{ Popper::injectThemes() }}
@endif
@if(! Config::has('popper'))
    
    
@else
    {{--POPPER--}}
    @if(config('popper.popper.active'))
        
    @endif
    {{--TIPPY--}}
    @if(config('popper.tippy.active'))
        
    @endif
@endif