@foreach($data->childs->where('status' , '1') as $child)
@if($child->user->avatar) @else
@endif

@if($child->user->name) {{$child->user->name}} @else بدون نام @endif

{!! $child->body !!}
@endforeach