@extends('layout.master') @push('plugin-styles') @endpush @section('content')
Configure escalated alerts for higher-level authorities in the event of critical failures.
| # | Crane ID | Failure Type | Severity | Date |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $notification->crane ? $notification->crane->company_name . $notification->crane->serial_no : 'N/A' }} | {{ $notification->failure_type }} | {{ ucfirst($notification->severity_level) }} | {{ $notification->created_at->format('Y-m-d H:i') }} |