@if($blog->image_url)
{!! $blog->content !!}
@else
{!! $blog->content !!}
@endif