@extends('user.user_dashboard') @section('home')
Reflections
Enhanced Study / Reflections
{{-- Essay Questions --}}
{{ $study->chapter_title }}
Reflect & Express

Respond to in-depth essay questions designed to help you think critically and articulate your understanding of this chapter in your own words.

  • • Open-ended written responses
  • • Encourages personal insight and application

Reflections
@if ($essays->count() > 0)
@csrf @foreach ($essays as $index => $essay)
Question {{ $index + 1 }}

{{ $essay->question }}


@endforeach
@else

No reflections available for this study yet.

@endif
{{-- end Essay Questions --}}
@endsection