@extends('layout.master') @push('plugin-styles') @endpush @section('content')
Compliance Notification
Compliance Updates

Stay informed on the latest updates regarding compliance issues and regulatory standards.

@foreach($complianceNotifications as $notification) @endforeach
Crane ID Platform Operator Name Technician Name Last Maintenance Next Compliance Check Compliance Status Action
{{ $notification->crane->company_name ?? 'No Crane Assigned' }}{{ $notification->crane->serial_no ?? 'No Crane Assigned' }} {{ $notification->crane->platform }} {{ $notification->operator_name }} {{ $notification->technician_name }} {{ $notification->last_maintenance_date->format('Y/m/d') }} {{ $notification->next_compliance_check->format('Y/m/d') }} {{ $notification->compliance_status }}
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush