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

Ensure all safety devices are operational and protocols are strictly followed.

@foreach($safetyDevices as $device) @endforeach
Crane
Name
Crane Equipment
Name
Status Last Inspection Next Inspection Due Technician Name Operator Name Notification Action
{{ $device->crane->company_name ?? 'No Crane Assigned' }}{{ $device->crane->serial_no ?? 'No Crane Assigned' }} {{ $device->equipment->name }} {{ $device->status }} {{ $device->last_inspection }} {{ $device->next_inspection_due }} {{ $device->technician_name }} {{ $device->operator_name }} {{ $device->notification }}
@csrf @method('DELETE')
@foreach($safetyDevices as $device) @endforeach @endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush