help-block.blade.php 143 B

12345
  1. @if($help)
  2. <span class="help-block">
  3. <i class="fa {{ array_get($help, 'icon') }}"></i>&nbsp;{!! array_get($help, 'text') !!}
  4. </span>
  5. @endif