@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++; @endphp {{-- --}} @endforeach
# ID Name Father Name Action
{{ ++$loop->index }} {{ $row->id }} {{ $row->name }} {{ $row->father_name }}
@endsection @section('script') @endsection