Act & Section
@endif
@foreach($item->sections->groupBy('act_id') as $actSections)
{{ $actSections->first()->act->act ?? 'N/A' }}-
@foreach($actSections as $section)
{{ $section->section }}{{ !$loop->last ? ',' : '' }}
@endforeach
@endforeach
Party Name
{{ $item->party_name }}
Citation
{!! $item->citation !!}
Headnote
{!! $item->head_note !!}
Held
{!! $item->held !!}