@extends('layouts.app') @section('page-css') @endsection @section('content')
{{ $page_title }} @if ($irr_wf_counts != 0) IRR {{ $irr_wf_counts }} @endif
@php($export_excel_url = env('API_URL') . '/grow-sessions/export-excel?' . ($_SERVER['QUERY_STRING'] ?? null ? $_SERVER['QUERY_STRING'] : '?group_id=' . $parameters['group_id']) . '&is_skip_level=' . $user['is_skip_level'] .'&type=all') {{-- @include('pages.includes.filter_forms.main_filter_form') --}} @include('pages.grow-sheets.filter') {{-- All GROW Sheets --}}
Processing...
@if (isset($growsheets->responseCode) && $growsheets->responseCode == 800) @foreach($growsheets->data->data as $key => $value) @endforeach @else @endif
Coach Name Coachee Name Goal Group Division Department Created Action
{{ucfirst($value->coach->user->first_name) . ' ' . ucfirst($value->coach->user->last_name)}} {{ucfirst($value->coachee->user->first_name) . ' ' . ucfirst($value->coachee->user->last_name)}} {{ $value->goal }} {{ $value->group->group_name }} {{ $value->division->division_name }} {{ $value->department->department_name }} {{ date('F d, Y g:ia', strtotime($value->created_at)) }} View View Rating Download Delete

Pending @if ($value->wf_pending_count != 0) {{ $value->wf_pending_count }} @endif

No data yet.
    @include('pages.includes.footer')
    @endsection @section('page-js') @endsection