@extends('layout.master') @push('plugin-styles') @endpush @section('content')
Systems require immediate attention to ensure operational safety and efficiency. Please address the listed issues below urgently.
Below are the critical offshore maintenance tasks that need immediate resolution.
| Crane Name | Crane Equipment Name | Issue | Priority | Reported On | Action Required | Technician Name |
|---|---|---|---|---|---|---|
| {{ $maintenance->crane->company_name ?? 'No Crane Assigned' }}{{ $maintenance->crane->serial_no ?? 'No Crane Assigned' }} | {{ $maintenance->equipment->name ?? 'No Equipment Assigned' }} | {{ $maintenance->issue }} | {{ $maintenance->priority }} | {{ $maintenance->reported_on }} | @if(str_contains($maintenance->priority, 'P1')) @elseif($maintenance->priority == 'P2') @else @endif | {{ $maintenance->technician_name }} |