@if (Auth::check()) @if ( ! Auth::user()->likes->contains('comment_id', $comment->id))
{{ csrf_field() }}
@else
{{ csrf_field() }} {{ method_field('DELETE') }}
@endif @endif