@include('brochure_pages.styling')

CONTENTS

@php $x=count($contents); $ix=($x>20)?20:$x; for($i=0;$i<$ix;$i++){ echo ''; } @endphp
'.str_replace(' And ',' and ',ucwords($contents[$i][0])).''.$contents[$i][1].'
@php if ($ix==20 && $x>20){ echo ''; for($i=20;$i<$x;$i++){ echo ''; } echo '
'.str_replace(' And ',' and ',ucwords($contents[$i][0])).''.$contents[$i][1].'
'; } @endphp