@extends('admin.includes.main') @section('content')
{{ $survey->employee_name }} - Surveys

@foreach ($responses as $item) {{-- --}} {{-- --}} @endforeach
Client Email Year Overall Satisfied Follow Up Overall Satisfied AK Employee Improvement Notes SK Improvement Notes Recommend Action
{{ $item->client_name }} {{ $item->client_email }} {{ $item->year }} {{ $item->satisfied() }} {{ $item->emp_follow_up() }} {{ $item->sk_satisfied() }} {{ $item->emp_improvement_notes }} {{ $item->improve_service_notes }} {{ $item->recommend }} @if ($item->is_completed == 1) {{-- @if ($item->review_request == 1) Requested For Google Review @else @endif --}} @can('send surveys') Request {{ ($item->review_request == 1)?'Again':'' }} Google Review @endcan @endif {{ ($item->overall_satisfied == 1)>'Yes': 'No' }} {{ ($item->follow_up == 1)>'Yes': 'No' }} {{ ($item->overall_satisfied_sk == 1)>'Yes': 'No' }} {{ ($item->overall_satisfied_sk == 1)>'Yes': 'No' }} {{ $item->created_at->format('d M, Y') }}
@endsection