@if(Session::get('errors'))
{{Session::get('errors')->first()}}
{!!Session::forget('errors')!!}
@endif
@if(Session::get('success'))
{{Session::get('success')}}
{!!Session::forget('success')!!}
@endif
User Name | Role | User Status | Last 14D Handicap Score | Last 14D Accuracy | Last 14D Answers | 14 Days Above %50 | Last 28D Accuracy | Last 28D Answers | Last 90D Accuracy | Last 90D Answers | Actions | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
--}} | {{$user->name}} | {{$user->email}} | @if($user->role_id==3){{'User'}}@else{{"Admin"}}@endif | @if($user->in_training==1) Trainee @elseif($user->in_training==0) Senior @elseif($user->in_training==2) junior @elseif($user->in_training==3) Apprentice @endif | @if ($level) {{ $level->title }} @else Not Available @endif | {{ $Accuracy . '%' }} | @if(!empty($user->problemResult)) {{$user->problemResult->where('created_at','<=', $dateStart)->where('created_at','>=', $dateEnd)->count()}} @endif | @if(!empty($per_arr)) {{$per_arr[$user->id]}} @endif | {{ $Accuracy28 . '%' }} | @if(!empty($user->problemResult)) {{$user->problemResult->where('created_at','<=', $dateStart)->where('created_at','>=', $dateEnd28)->count()}} @endif | {{ $Accuracy90 . '%' }} | @if(!empty($user->problemResult)) {{$user->problemResult->where('created_at','<=', $dateStart)->where('created_at','>=', $dateEnd90)->count()}} @endif | |
User Name | Role | User Status | Last 14D Handicap Score | Last 14D Accuracy | Last 14D Answers | 14 Days Above %50 | Last 28D Accuracy | Last 28D Answers | Last 90D Accuracy | Last 90D Answers | Actions |