@props(['string' => '', 'is_escape' => true]) @if ($string) @if ($is_escape) {!! nl2br(e($string)) !!} @else {!! nl2br($string) !!} @endif @endif