{{-- Layout --}} @extends('teacher.layout.layout') {{-- Page Title --}} @section('title', 'GAS LMS | Assign Students to Group') {{-- Breadcrumb section --}} @section('breadcrumb') @include('components._breadcrumb', [ 'items' => ['Compose Group' => route('teacher.course.composeGroup.index', $coffid)], ]) @endsection {{-- Content --}} @section('content')
|
|
Name | Status | |
|---|---|---|---|
|
|
{{ $student->first_name . ' ' . $student->middle_name . ' ' . $student->last_name }} | {{ $student->email }} | {{ $student->attendance_count > 1 ? 'InActive' : 'active' }} |
|
|
Name | Status | |
|---|---|---|---|
|
|
{{ $student->first_name . ' ' . $student->middle_name . ' ' . $student->last_name }} | {{ $student->email }} | {{ $student->attendance_count > 1 ? 'InActive' : 'active' }} |