alert.blade.php 192 B

12345
  1. <div {!! $attributes !!} >
  2. <button type="button" class="close" data-dismiss="alert">×</button>
  3. <h4><i class="icon fa fa-{{ $icon }}"></i> {{ $title }}</h4>
  4. {!! $content !!}
  5. </div>