@extends('../layout/' . $layout) @section('subhead') Atarud MIS - Assign Students To Group @endsection @section('subcontent')
{{-- Add Questions Questions --}}

Assign Students To Exam Group

@csrf @method('post') @php $x = 0; @endphp @foreach($students as $row) @php $x++; @endphp @endforeach
# Name Father Name Action
{{ ++$loop->index }} {{ $row->name }} {{ $row->father_name }}
{{-- @include('../pages/exam/categorize_questions') --}} @endsection @section('script') @endsection