@extends('backend.layouts.app') @section('content')
Banner
@foreach ($testimonials as $testimonial) @endforeach
Name Title Description Date Image Action
{{$testimonial->name}} {{$testimonial->title}} {{$testimonial->description}} {{$testimonial->date}} images."")}}" style="width: 50px;" alt=""> id)}}" class="btn btn-success btn-block mb-1">Edit Testimony
id) }}">@csrf @method('DELETE')
@endsection