• @if($com->author == "MySpeed" && $com->email == "myspeed@gmail.com") logo @else user_avatar @endif

    {{ $com->author }}

    {!! $com->content !!}

    @auth @endauth

    Leave a Comment

    Your email address will not be published. Required fields are marked *
    @auth @else @endauth
    Submit Comment
      @foreach($com->children as $child) @component('comment', ['com' => $child]) @endcomponent @endforeach