@extends('backend.layout.layout') @section ('content') Testimonial Table Home Testimonial Table @if(session('status')) {{session('status')}} @endif +Add New S.N. Title Image {{-- description --}} {{-- First Button --}} {{-- Second Button --}} Actions @foreach ($testimonial as $key => $testimonials) {{$key+1}} {{$testimonials->title}} {{-- {{strip_tags($testimonials->description)}} --}} {{-- {{$testimonials->button_f }} --}} {{-- {{$testimonials->button_s}} --}} Edit @csrf {{-- --}} Delete @endforeach @endsection