@extends('layout.master') @push('plugin-styles') @endpush @section('content')
Safety Device Status Table

Ensure all safety devices are operational and protocols are strictly followed

@foreach ($safetyDevices as $device) @endforeach
Crane
Name
Equipment
Name
Status Last Inspection Next Inspection Due Technician Name Notification
{{ $device->crane->company_name ?? 'No Crane Assigned' }}{{ $device->crane->serial_no ?? 'No Crane Assigned' }} {{ $device->equipment->name }} {{ $device->status }} {{ $device->last_inspection->format('Y/m/d') }} {{ $device->next_inspection_due->format('Y/m/d') }} {{ $device->technician_name ?? 'N/A' }} {{ $device->notification ?? 'No alert' }}
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush