@extends('layouts.app') @section('page-css') @endsection @section('content')
| Coach Employee Id | Coach Name | Coachee Employee Id | Coachee Name | Ratings | Comments | Group | Division | Department | Created | @if($ratings->responseCode == 800) @foreach($ratings->data->data as $gs_key => $gs_value) |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $gs_value->coach->user->employee_id }} | {{ $gs_value->coach->user->full_name }} | {{ $gs_value->coachee->user->employee_id }} | {{ $gs_value->coachee->user->full_name }} |
@foreach($gs_value->rating as $ratings_key => $ratings_value)
{{ $ratings_value->question->question }}
|
{{ isset($gs_value->rating[0]) ? $gs_value->rating[0]->remarks : '' }} | {{ $gs_value->group->group_name }} | {{ $gs_value->division->division_name }} | {{ $gs_value->department->department_name }} | {{ date('F d, Y h:i a', strtotime($gs_value->created_at)) }} | View Grow Session |