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

Health Check Reports

@foreach($orders as $order) @if(md5($order->id) == $no) @endif @endforeach
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 > | View Survey >

@endsection @section('scripts') @endsection