@include('brochure_pages.styling')

CONTENTS

@php $x=count($contents); $ix=ceil($x/2); for($i=0;$i<$ix;$i++){ echo ''; } @endphp
'.str_replace(' And ',' and ',ucwords($contents[$i][0])).''.$contents[$i][1].'
@php echo ''; for($i=$ix;$i<$x;$i++){ echo ''; } echo '
'.str_replace(' And ',' and ',ucwords($contents[$i][0])).''.$contents[$i][1].'
'; @endphp