Student's Notes
@foreach ($note_histories as $index => $note_history) @endforeach
# Note Submitted By Date Time
{{++$index}} {{$note_history->note}} {{$note_history->stenographer->name}} {{date('M d, Y', strtotime($note_history->created_at. ' + 6 hours'))}} {{date('h:i A', strtotime($note_history->created_at. ' + 6 hours'))}}