@extends('layout.master') @push('plugin-styles') @endpush @section('content')
Urgent Maintenance Tasks

Below are the critical offshore maintenance tasks that need immediate resolution.

@foreach($urgentMaintenances as $maintenance) @endforeach
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 }}
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush