@if(!empty($drawing))
📊 Process Sketch
{{-- If it's an image URL --}} @if(filter_var($drawing, FILTER_VALIDATE_URL)) @else {{-- Otherwise treat as HTML/text --}}
{!! $drawing !!}
@endif
@endif