@if($judgement->sections->isNotEmpty())
@foreach($judgement->sections->groupBy('act_id') as $actSections)
{{ $actSections->first()->act->act ?? 'N/A' }}- @foreach($actSections as $section) {{ $section->section }}{{ !$loop->last ? ',' : '' }} @endforeach
@endforeach
@endif
{{ $judgement->party_name }}
{!! $judgement->citation !!}
{!! Str::limit(strip_tags(html_entity_decode($judgement->head_note_strip_tag ?? $judgement->head_note)), 150) !!}
View Full Details
{!! $judgement->head_note !!}
{!! $judgement->held !!}