@extends('layouts.center_plain') @section('headCss') @stop @section('headJs') @stop @section('navBar') @include('layouts.navBar') @stop @section('mainMenu') @include('layouts.mainMenu') @stop @section('content')

FIRE DOOR PRE PLANNED MAINTENANCE CHECKLIST

{{$asset['buildingName']}}

Wing: {{$asset['wing']}} Floor: {{$asset['floorNo']}} / Room: {{$asset['roomNo']}}
Location: {{$asset['location']}} Previous Barcode: {{$asset['model']}}

@foreach($assetServices as $assetService) @if($assetService['checklistId']<3) @endif @if($assetService['checklistId']>=3 && $assetService['checklistId']<=18) @endif @if($assetService['checklistId']>=19 && $assetService['checklistId']<=25) @endif @if($assetService['checklistId']>=26 && $assetService['checklistId']<=32) @endif @if($assetService['checklistId']>=33 && $assetService['checklistId']<=36) @endif @if($assetService['checklistId']>=37 && $assetService['checklistId']<=40) @endif @if($assetService['checklistId']>=41 && $assetService['checklistId']<=46) @endif @if($assetService['checklistId']>=47 && $assetService['checklistId']<=53) @endif @if($assetService['checklistId']>=54 && $assetService['checklistId']<=56) @endif @if($assetService['checklistId']>=57) @endif @endforeach
CHECK TYPE ITEM OBSERVATION ACTION TO BE TAKEN COMMENTS
GeneralDoor and frameIntumescent stripsClosersHingesIronmongeryHold open devicesGlazingSignageEmergency door release equipment{{$assetService['checklistId']}} {{$assetService['observation']}} {{$assetService['actionRequired']==''?'N/A':$assetService['actionRequired']}} {{$assetService['serviceNote']}}
@stop @section('footerJs') @stop