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