@php $reportQrService = app(\App\Services\Reports\ReportQrCodeService::class); $caseReportQrId = $victim->uuid ?? $victim->id ?? request('id'); $caseReportQrUrl = $reportQrService->verificationUrl('case-report', $caseReportQrId); @endphp