@include('components.backend.head') @include('components.backend.header') @include('components.backend.sidebar')
+ Add Testomonials
@foreach ($testimonials as $index => $testimonial) @endforeach
# Testimonial Heading Rating Reviewer Action
{{ $index + 1 }} {{ $testimonial->heading }} {{ $testimonial->star_rating }} Stars {{ $testimonial->reviewer }} Edit
@csrf @method('DELETE')
@include('components.backend.footer') @include('components.backend.main-js')