@php($modalErrors = session()->get('modal_errors')) @foreach($rows as $row) @include('user.approver-groups.partials.entry-detail-row', ['index'=>$loop->index, 'row'=>(object)$row, 'modalErrors'=>$modalErrors]) @endforeach