{{-- Layout --}} @extends('teacher.layout.layout') {{-- Page Title --}} @section('title', 'GAS LMS | Dashboard') {{-- Breadcrumb section --}} @section('breadcrumb') @include('components._breadcrumb', ['items' => ['Dashboard' => route('teacher.dashboard')]]) @endsection {{-- Content --}} @section('content')
image
{{ collect($courses)->firstWhere('coffid', $coffid)->cname }} {{ collect($courses)->firstWhere('coffid', $coffid)->lshort_name }}
{{ collect($courses)->firstWhere('coffid', $coffid)->cdescription }}
{{ $course_offering->acyname }}
Session
Topics
{{ $topics->count() }}
{{--
@foreach (collect($courses)->take(6) as $course)
@if ($course->image) {{substr($course->first_name, 0, 1)}} @else {{substr($course->first_name, 0, 1)}} @endif
@endforeach +{{$enrollments}}
--}}
@include('components._error') {{--
@foreach ($students as $item) @foreach ($item as $i) @endforeach @endforeach
Email phone Name Quiz & Assignment
{{ $item[0][1] }} {{ $item[0][2] }} {{ $item[0][5] }}{{ $i[0] . ' : ' . $i[8] . ' : ' . $i[3] . ' : ' . $i[4] . '%' }}
--}}
Grades
@foreach (array_keys($assignments) as $key) {{-- @php echo "
";
                                            print_r($assignments[$key]);
                                            echo "
"; @endphp --}} @foreach ($assignments[$key] as $item) @endforeach @endforeach
Email phone Name Assignments
{{ $key }}{{ $assignments[$key][0][0] }} {{ $assignments[$key][0][4] . ' ' . $assignments[$key][0][5][0] . '. ' . $assignments[$key][0][3] }}{{ $item[2] . ' : ' . $item[1] . '%' }}
@foreach (array_keys($quizzes) as $key) {{-- @php echo "
";
                                            print_r($quizzes[$key]);
                                            echo "
"; @endphp --}} @foreach ($quizzes[$key] as $item) @endforeach @endforeach
Email phone Name Quiz
{{ $key }}{{ $quizzes[$key][0][0] }} {{ $quizzes[$key][0][4] . ' ' . $quizzes[$key][0][5][0] . '. ' . $quizzes[$key][0][3] }}{{ $item[2] . ' : ' . $item[1] . '%' }}
@csrf {{-- Topic name --}}
{{-- Edit topic modal --}} @endsection @section('js') @endsection