Manage User Testimonials

Add Testimonial

Add User Testimonial

{{ __('Add Testimonial') }}
{{-- user testimonials --}}
@foreach ($testimonials as $testimonial)

{{$testimonial->name}}

{{$testimonial->profession}}

@livewire('edit-user-testimonial', ['testimonial' => $testimonial], key($testimonial->id))
{{-- delete role modal --}}

Delete User testimonial

Are you sure you want to delete this user testimonial?
This action cannot be undone.

Yes, Delete

{{$testimonial->message}}

@endforeach