{{-- Extends layout --}} @extends('layouts.default') {{-- Styles Section --}} @section('styles') Ivrfai | Health Check Reports @endsection {{-- Content --}} @section('content') @include('layouts.header')

Survey Details

@if(isset($surveys)) @if($answers) @foreach($answers as $answer) @endforeach @endif @endif
Employer {{ $surveys->b2b_company_name.' -- '.$surveys->b2b_brand_name }}
Employee {{ $surveys->first_name.' '.$surveys->middle_name.' '.$surveys->last_name }}
Survey Type {{ $surveys->survey_type }}
Start {{ $surveys->survey_start }}
End {{ $surveys->survey_end }}
Conclusion {{ $surveys->severity ?? 'NOT DONE' }}
Created On {{ $surveys->created_at }}
Status {{ $surveys->survey_status }}
{{ $answer->question_answer }} {{ $answer->text ?? '' }}
@endsection @section('scripts') @endsection