JotiJournal
{!! $judgement->citation !!}
{{ $judgement->party_name }}
@if($judgement->sections->isNotEmpty())
Act & Sections
@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
Headnote
{!! $judgement->head_note !!}
HELD
{!! $judgement->held !!}