@extends('backend.layout.layout') @section ('content')

Testimonial Table

@if(session('status'))
{{session('status')}}
@endif
{{-- --}} {{-- --}} {{-- --}} @foreach ($testimonial as $key => $testimonials) {{-- --}} {{-- --}} {{-- --}} @endforeach
S.N. Title Imagedescription First Button Second ButtonActions
{{$key+1}} {{$testimonials->title}} {{strip_tags($testimonials->description)}}{{$testimonials->button_f }}{{$testimonials->button_s}}
@csrf {{-- --}}
@endsection