@php $craneCabinDescriptions = [ 'Check the cabin and the machinery house is tidy with no loose material', 'Check fire extinguishers are present', 'Check annunciator and dashboard panel, gauges and switches for any defect', 'Check that control levers returns to neutral unaided', 'Visually inspect cabin support structure for any defects', 'Lubricate door runner, hinges, locks as necessary', 'Check window wiper operation', 'Check operation and condition of Air Conditioner' ]; @endphp
@csrf
@foreach($craneCabinDescriptions as $index => $description) @php // Get existing media if editing $existingMedia = isset($ppmComponentDetails[$index]) ? $ppmComponentDetails[$index]->getMedia('crane_cabin_images') : collect(); @endphp @if($index === 0) @endif @endforeach
Components/Items Description Pre Condition * Post Condition * Priority Remarks Images
Crane Cabin {{ $description }}