@extends('admin.layouts.app') @section('title', 'Add Testimonial Details') @section('section') @php if (!empty($testimonial->content)) { // Decode the 'content' JSON string into an associative array. $decodedData = json_decode($testimonial->content, true); } @endphp

Testimonial Form

@csrf

Testimonial Section


Testimonial Section

@foreach($all_get_testimonials as $all_get_testimonial) @endforeach
Heading Sub Heading Image Edit Delete
{{$all_get_testimonial->heading}} {{$all_get_testimonial->sub_heading}} Edit Delete
@endsection @section('script') @endsection