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