@extends('layouts.app') @section('title', 'Prepare report') @section('page-title', 'Prepare report case') @section('content')
{{ strtoupper(substr($review->reviewer_name, 0, 1)) }}

{{ $review->business->name }}

{{ $review->reviewer_name }}

{{ $review->review_text ?: 'No written comment' }}

@include('partials.stars', ['rating' => $review->rating])
@csrf
01

Select a policy category

Choose the closest genuine concern. Do not select a reason merely because the review is negative.

02

Add factual evidence

Explain what can be verified using customer records, dates, screenshots, public reviewer patterns, or a known competitor relationship.

Use facts. Avoid emotional claims or unsupported accusations.
Cancel
@endsection