{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@include("backend.alerts")
@if(!empty($activeTraining))
@foreach($activeTraining as $tName) @endforeach @if(!empty($activeTraining)) @foreach($usersNames as $id => $name) @foreach($activeTraining as $tid => $tName) @php $assigned = $userStatus[$id][$tid]??""; $result = $userResult[$id][$tid]??""; @endphp @endforeach @endforeach @endif
@else No Result Found! @endif
@endsection {{-- Scripts Section --}} @section('scripts') @endsection