@extends('backend.layout.layouts')
@section('content')
Testimonials
@if (session('success'))
{{ session('success') }}
@endif
@foreach ($testimonial as $testimony)
Delete Testimony
Are you sure you want to delete this Testimonial?
@endforeach
@endsection