@extends('frontend.layouts.products-app') @section('title') Testimonials @endsection @section('seo') @endsection @section('content')
@php $x = 0; @endphp @foreach ($testimonials as $testimonial) @if ($x % 2 == 0)"{{ $testimonial->title }}"
--}}{!! $testimonial->description !!}
{{ date('F Y', strtotime($testimonial->date)) }}
"{{ $testimonial->title }}"
--}}{!! $testimonial->description !!}
{{ date('F Y', strtotime($testimonial->date)) }}