help-block.blade.php 181 B

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