@extends('layouts.app') @section('title', 'Companies Risk Assessment Report') @section('content')
{{ ucfirst($period) }} Report: {{ $startDate->format('F j, Y') }} to {{ $endDate->format('F j, Y') }}
| Company | Total Assessments | High Risk | Approved | Due for Review |
|---|---|---|---|---|
|
{{ $comp['name'] }}
|
{{ $comp['total_assessments'] }}
|
{{ $comp['high_risk'] }} | {{ $comp['approved'] }} | {{ $comp['due_for_review'] }} |
| No risk assessments found for the selected period. | ||||