@extends('layout.master') @push('plugin-styles') @endpush @section('content')
Ensure all safety devices are operational and protocols are strictly followed
| 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' }} |