@extends('layout.app') @section('content') @php if (!empty($home->content)) { $homedecodedData = json_decode($home->content, true); } if (!empty($get_first_essentials->content)) { $testimonialFirstDecodedData = json_decode($get_first_essentials->content, true); } @endphp

Testimonials

img
@forelse($testimonials as $testimonial)
img

{{$testimonial->heading ?? ''}}

{{$testimonial->sub_heading ?? ''}}

{!! $testimonial->description ?? '' !!}

@empty

Essentials data no found

@endforelse
@endsection