@extends('web.layout') @section('content')
@php $x=true; @endphp @foreach($testimonials as $t)

{{$t->statement}}

{{$t->user}} in Healthmed Science
@php $x= !$x; @endphp @endforeach
@stop