@extends('../layout/' . $layout) @section('subhead') Atarud MIS - Promote Student To New Course @endsection @section('subcontent')

Promote Student To New Course

Courses

@csrf @method('post')

Student Courses

@php $x = 0; @endphp @foreach ($data['students'] as $row ) @php $x++; $student = App\Models\Student::where('id', $row->student_id)->first(); @endphp {{-- --}} @endforeach
# ID Name Father Name Action
{{ ++$loop->index }} {{ $row->id }} {{ $student->name }} {{ $student->father_name }}
@endsection @section('script') @endsection