{{-- Extends layout --}} @extends('layouts.default') {{-- Styles Section --}} @section('styles')
{{ $surveys->first_name }} {{ $surveys->last_name }}
{{ $surveys->type }}
Ph no: {{ $surveys->mobile }}
@if($surveys->severity == "GREEN")CURRENT STATUS : SAFE
@elseif($surveys->severity == "RED")CURRENT STATUS : UNSAFE
@elseCURRENT STATUS : NOT DONE
@endifLast verified on
{{ strftime("%d %b %Y",strtotime($surveys->survey_end)) }}
| {{ $answer->text ?? '' }} | @if(strlen($answer->question_answer) >=20 )View | @else{{ $answer->question_answer }} | @endif
|---|