@extends('backend.layouts.app') @section('content')

All Testimonials

@foreach ($testimonials as $testimonial) @endforeach
Image Name Description Status Action
your image {{$testimonial->title}} {!!$testimonial->description!!}
status ? 'checked' : '' }} data-switch="success" />
@method('DELETE') @csrf
@endsection