@extends($layout)
@section('header_scripts')
@stop
@section('content')
{{$title}}
{{ getPhrase('name')}} |
{{ getPhrase('image')}} |
{{ getPhrase('roll_no')}} |
{{ getPhrase('course')}} |
{{ getPhrase('email')}} |
@endsection
@section('footer_scripts')
@include('common.datatables', array('route'=>URL_LESSION_PLANS_VIEW_STUDENTS_GETLIST.$branch_id.'/'.$academic_id.'/'.$course_parent_id.'/'.$course_id.'/'.$year.'/'.$semister , 'route_as_url'=>true))
@stop