{{ Form::label_styled($section->section_name, "rec-promo-rowheader", \App\Helpers\FormComponentHelper::SIZE_EXLARGE) }} {{ Form::separator_row("grey-divider") }} @foreach($questions as $q)
{!! nl2br(Form::label_styled($q->question, "pquestion", \App\Helpers\FormComponentHelper::SIZE_LARGE)) !!} {!! nl2br(Form::label_styled($q->notes, "pnotes", \App\Helpers\FormComponentHelper::SIZE_MEDIUM)) !!} {{ Form::separator_row("grey-divider") }}
@endforeach