@extends('layouts.app') @section('content')

{{ $pageNote }}

Comment Id {{ $row->comment_id }}
User Id {{ $row->user_id }}
Course Id {{ $row->course_id }}
Comment {{ $row->comment }}
Created At {{ $row->created_at }}
@stop