@csrf
@php $wireRopeDescriptions = [ 'Inspect main, auxiliary,boom and pendant wire ropes for wear broken,defect or damage', '*if broken wire please mention on how many broken wire at what leyer/angle at what strand/lay length', 'Ensure ropes are spooled correctly on drums', 'Examine hoist rope connection to swivwl on hook and check safety latch and links', 'Lubricate wire ropes as necessary', 'Wire ropes termination at which condition' ]; @endphp @foreach($wireRopeDescriptions as $index => $description) @if($index === 0) @endif @endforeach
Components/Items Description Pre Condition * Post Condition * Priority * Remarks Action
Wire Ropes and Hooks{{ $description }}

Examine end fitting on boom and pendent hoist ropes
@php $deadEndTerminations = [ 'Main Hoist Dead End', 'Aux Hoist Dead End', 'Boom Dead End' ]; @endphp @foreach($deadEndTerminations as $index => $termination) @endforeach
Dead End Termination Condition * Priority * Remarks
{{ $termination }}

Main wire
@php $mainWireFields = [ 'construction' => 'Construction', 'diameter_length' => 'Diameter(mm) & length(m/ft)', 'date_installed' => 'Date Installed', 'first_layer_size' => 'First Layer Size (mm)', 'second_layer_size' => 'Second Layer Size (mm)' ]; @endphp @foreach($mainWireFields as $field => $label)
@if($field === 'date_installed') @else @endif
@endforeach
Fly Wire
@foreach($mainWireFields as $field => $label)
@if($field === 'date_installed') @else @endif
@endforeach

Luff wire
@php $luffWireFields = [ 'construction' => 'Construction', 'diameter_length' => 'Diameter(mm) & length(m/ft)', 'date_installed' => 'Date Installed', 'first_layer_size' => 'First Layer Size (mm)' ]; @endphp @foreach($luffWireFields as $field => $label)
@if($field === 'date_installed') @else @endif
@endforeach
Pendant Wire

Load Indicator System - Electrical
@php $loadIndicatorItems = [ 'Single Receive for Aux', 'Single Receive for Main', 'Single Receive for Angle' ]; @endphp @foreach($loadIndicatorItems as $index => $item) @endforeach
Description Condition * Priority * Remarks Battery Volt (Voltage) *
{{ $item }}

Load System
@php $loadSystemItems = [ 'Load Cell (Main)', 'Load Cell(Aux)', 'Angel Sensor', 'Load Display' ]; @endphp @foreach($loadSystemItems as $index => $item) @endforeach
Description Condition * Priority * Remarks
{{ $item }}