@extends('frontend.layouts.master') @section('title') Testimonials @endsection @section('main-content') Testimonials Home Testimonials Testimonials what clients say @if($testimonials) @foreach($testimonials as $testimonial) @php $photo=explode(',',$testimonial->photo); @endphp {!!$testimonial->message!!} {{$testimonial->name}} {{$testimonial->position}} @endforeach @endif @endsection
what clients say
@php $photo=explode(',',$testimonial->photo); @endphp {!!$testimonial->message!!} {{$testimonial->name}} {{$testimonial->position}}
{{$testimonial->position}}