@csrf
Slip Ring Inspection
@php $slipRingItems = [ 'Isolate and check the external of the collector for mechanical damage. Repair is required', 'Remove the covers and inspect the internals. Check the slip rings/brush gear and insulators for build-up of graphite/metallic dust and inspect all parts for damages, defect/wear, replace any part that may impair crane operations', 'Carry out the security and damage checks on all nuts and lug connection, cables. Check the condition of door seals and gaskets, ensure all door securing bolt are free from damage', 'Carry out an earth continuity test between terminal box earth point and the crane earth bar, investigate', 'Check the terminal box for security and mechanical damage. Repair as required' ]; @endphp @foreach($slipRingItems as $index => $description) @if($index === 0) @endif @endforeach
Components/Items Description Pre Condition * Post Condition * Priority Remarks Action
Slip Ring Inspection {{ $description }}

Lighting
@php $lightingItems = [ 'Examine all light fittings in accordance with the requirement for Ex\'e equipment', 'Examine all junction boxes', 'Check operation of beacon lights on both \'A\' frame and boom tip', 'Check operation of boom flood lights', 'Check all lights are functioning correctly', 'Ensure all cable glands are tight and free from damage' ]; @endphp @foreach($lightingItems as $index => $description) @if($index === 0) @endif @endforeach
Components/Items Description Pre Condition * Post Condition * Priority Remarks Action
Lighting {{ $description }}

Annunciator Panel
@php $annunciatorItems = [ 'Examine all junction boxes', 'Check operation & examine all related instrument to the panel', 'Check all equipment earths for security / damage', 'Inspect panel for sign of damage', 'Ensure all cable glands are tight and free from damage' ]; @endphp @foreach($annunciatorItems as $index => $description) @if($index === 0) @endif @endforeach
Components/Items Description Pre Condition * Post Condition * Priority Remarks Action
Annunciator Panel {{ $description }}