@extends($layout) @section('header_scripts') @stop @section('content')

{{ $title }} list for change Course

{{ getPhrase('name')}} {{ getPhrase('image')}} {{ getPhrase('enrollment_no')}} {{ getPhrase('type')}} {{ getPhrase('course')}} {{ getPhrase('section')}} {{ getPhrase('email')}} {{ getPhrase('status')}} {{ getPhrase('action')}}
@endsection @section('footer_scripts') @include('common.datatables', array('route'=>URL_USERS_STUDENT_GETLIST.$branch_id, 'route_as_url'=>true)) @stop