@if($item->sections->isNotEmpty())
@foreach($item->sections->groupBy('act_id') as $actSections)
{{ $actSections->first()->act->act ?? 'N/A' }}- @foreach($actSections as $section) {{ $section->section }}{{ !$loop->last ? ',' : '' }} @endforeach
@endforeach
@endif
{{ $item->party_name }}
{!! $item->citation !!}
{!! $item->head_note !!}
{!! $item->held !!}