{{ str($batch->status)->replace('_', ' ')->title() }}
{{ $batch->name }}
{{ $batch->created_at->format('M j, Y H:i') }}
{{ $batch->cases_count }} prepared{{ $batch->submitted_count }} submitted{{ $batch->removed_count }} removed
@extends('layouts.app') @section('title', 'Report cases') @section('page-title', 'Report case tracker') @section('content')
Track preparation, submission, appeal, and Google’s outcome.
{{ $batch->created_at->format('M j, Y H:i') }}
| Case | Business | Batch | Policy category | Status | Updated | |
|---|---|---|---|---|---|---|
| #{{ str_pad($case->id, 5, '0', STR_PAD_LEFT) }} · {{ $case->review->reviewer_name }}{{ str($case->review->review_text)->limit(56) }} | {{ $case->review->business->name }} | {{ $case->reportBatch?->name ?? 'Individual' }} | {{ \App\Models\ReportCase::CATEGORIES[$case->policy_category] ?? str($case->policy_category)->title() }} | {{ str($case->status)->replace('_', ' ')->title() }} | {{ $case->updated_at->diffForHumans() }} | Open → |
◎No report cases Select reviews and prepare cases when evidence supports them. | ||||||