callout.blade.php 114 B

123456
  1. <div {!! $attributes !!} >
  2. @if(isset($title))
  3. <h4>{{ $title }}</h4>
  4. @endif
  5. {!! $content !!}
  6. </div>