@php $count = 1 @endphp @foreach($child->policiesAndConsents as $policy) @if($policy->isConsent == false)
{{ $policy->name }}
@if($is_school) @endif
{!! str_ireplace(array("\r\n\t",'\r\n\t',"\r\n",'\r\n',"\n",'\n',"\t",'\t'),'
',$policy->description) !!}
@if($is_school)
Note: This policy is modified for this child. Reset this to standard policy
@endif
@php $count++ @endphp @endif @endforeach