{{ $summary['title'] ?: 'Summary' }}
@if (! empty($summary['short_summary_html']))
{!! $summary['short_summary_html'] !!}
@endif
@if (! empty($summary['bullet_summary_html']))
@foreach ($summary['bullet_summary_html'] as $point)
- {!! $point !!}
@endforeach
@endif
@if (! empty($summary['simplified_explanation_html']))
{!! $summary['simplified_explanation_html'] !!}
@endif
@if (! empty($summary['key_points_html']))
@foreach ($summary['key_points_html'] as $point)
{!! $point !!}
@endforeach
@endif