@extends('backend.layout.layout') @section ('content') testimonial Table Home testimonial @if(session('status')) {{session('status')}} @endif Add testimonial @csrf Title Designation Image Description {{$testimonial->description}} Submit @endsection