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

Health Check Reports

@if($orders!=NULL) @foreach($orders as $order) @endforeach @endif
Survey Type Candidate Severty Survey Start Survey End Create At Status Action
{{ str_replace('_', ' ', $order->survey_type) }} {{ $order->first_name.' '.$order->middle_name.' '.$order->last_name }} {{ $order->severity ?? 'NOT DONE' }} {{ $order->survey_start }} {{ $order->survey_end }} {{ date('Y-m-d H:i:s', strtotime($order->created_at)) }} {{ $order->survey_status }} View Details > | @if($order->employee_id=='') View Survey > @else View Survey > @endif
@endsection @section('scripts') @endsection