@if (Auth::guard('web')->check())

{{ __('Write Comment') }}

{{ csrf_field() }}

@else

{{ __('To Comment') }}


@if ($productt->comments) @endif @endif