@extends('layout.master') @push('plugin-styles') @endpush @section('content')
| # | Crane ID | Failure Type | Severity | Escalation Time | Notify Groups | Actions |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $notification->crane ? $notification->crane->company_name . $notification->crane->serial_no : 'N/A' }} | {{ $notification->failure_type }} | {{ ucfirst($notification->severity_level) }} | {{ $notification->escalation_time }} mins | {{ implode(', ', $notification->notify_groups) }} |