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

{{$class_name}} - {{ucwords($record->title)}}

@foreach($students as $student) @endforeach
{{getPhrase('S.no')}} {{getPhrase('name')}} {{getPhrase('roll_no')}} {{getPhrase('message')}} {{getPhrase('view')}}
{{$i++}} {{$student->name}} {{$student->roll_no}} {{$student->user_comments}} @if( $student->is_view == 0 ) No @else Yes @endif
@endsection @section('footer_scripts') @stop