{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
| @foreach($activeTraining as $tName) | {{$tName}} | @endforeach
|---|---|
| {{$name}} | @foreach($activeTraining as $tid => $tName) @php $assigned = $userStatus[$id][$tid]??""; $result = $userResult[$id][$tid]??""; @endphp@if($assigned!="") @if($assigned=="started" || $assigned=="pending") A @endif @if($assigned=="finished") @if($result=="Fail") A/C {{$result}} @endif @if($result=="Pass") A/C {{$result}} @endif @endif @endif | @endforeach