Upcoming Reviews for {{$user->name}}

@if(is_object($whoReviewCycles) && count($whoReviewCycles)>0) @php($count = 1) @foreach($whoReviewCycles as $whoReviewCycle)
{{$whoReviewCycle->reviewCycle->title}}

Scheduled On: {{date('dS M, Y h:ia',strtotime($whoReviewCycle->reviewCycle->review_date.' '.$whoReviewCycle->reviewCycle->review_time))}}

Type: {{getToogleCategory(['cat_id'=>$whoReviewCycle->reviewCycle->frequency_id,'cat_name'=>''])}}

@php($count++) @endforeach @else
No Reviews Yet
@endif
Quick Links
@if(auth()->user()->hasRole('admin') || auth()->user()->can('Can Launch One-Off Review'))
Start a one-off review
@endif @if(auth()->user()->hasRole('admin') || auth()->user()->can('Can View Review Cycle Link'))
View active review cycles
@endif