field-details.blade.php 174 B

123456
  1. <p>
  2. <code><b>{{ $name }}</b></code>&nbsp; @if($type)<small>{{ $type }}</small>@endif @if(!$required)
  3. <i>optional</i>@endif
  4. <br>
  5. {!! $description !!}
  6. </p>