⚠️ OFFICIAL DOCUMENT - FOR FIRE MARSHAL INSPECTION PURPOSES
Report Generated: {{ $report_date }} at {{ $report_time }}
Report ID: FM-{{ $event->id }}-{{ $generated_at->timestamp }}
Event Information
Event Name
{{ $event->name }}
Venue
{{ $event->club->name ?? 'N/A' }}
Event Date
{{ \Carbon\Carbon::parse($event->start_date)->format('F j, Y') }}
Event Time
{{ \Carbon\Carbon::parse($event->start_time)->format('g:i A') }}
CURRENT CAPACITY STATUS
{{ number_format($stats['total_capacity']) }}
Total Capacity
{{ number_format($stats['current_occupancy']) }}
Current Occupancy
{{ number_format($stats['available_seats']) }}
Available Seats
{{ $stats['occupancy_percentage'] }}%
Occupancy Rate
{{ $stats['status'] }}
Section Capacity Breakdown
@if(count($sections) > 0)
| Section Name |
Capacity |
Occupied |
Available |
% Full |
Status |
@foreach($sections as $section)
| {{ $section['name'] }} |
{{ number_format($section['capacity']) }} |
{{ number_format($section['occupancy']) }} |
{{ number_format($section['available']) }} |
{{ $section['percentage'] }}% |
|
@endforeach
@else
No section data available. All seats are in general admission.
@endif
Safety Compliance Notes
✓ Current Occupancy:
@if($stats['occupancy_percentage'] >= 95)
Venue is at maximum capacity. No additional admissions should be permitted.
@elseif($stats['occupancy_percentage'] >= 85)
Venue is approaching capacity. Monitor admissions closely.
@else
Venue occupancy is within safe limits.
@endif
✓ Emergency Exits: Ensure all emergency exits remain clear and accessible.
✓ Verification: This report reflects real-time occupancy as of {{ $report_timestamp }}.
I hereby certify that this report accurately reflects the current occupancy status of the above-mentioned event
as of the date and time indicated.
Fire Marshal Signature & Date