@auth
@if($canRate) @if($showForm)

{{ $currentRatingId ? 'Your Rating' : 'Leave a Reply' }}

@error('rating'){{ $message }}@enderror

@error('content'){{ $message }}@enderror
@if($currentRatingId) @auth @endauth @else @endif
@endif @else @endif
@else {{__("Login to write a review!")}} @endauth