Testimonial List

@forelse($testimonials as $key=>$row) @empty @endif
S.No Name Status Action
{{$key+1+($testimonials->currentPage()-1) * ($testimonials->perPage())}} {{$row->name ?? ''}} @if($row->status == 1) @else @endif Edit Delete
Data not found
{{$testimonials->links()}}
@include('includes.admin.footer')