@php $comment_details = App\Models\BlogComment::where('id', $id) ->where('user_id', auth()->user()->id) ->first(); @endphp @if ($comment_details)
@csrf
@else

{{ get_phrase('Data not found.') }}

@endif