@extends("admin.layout.master") @section("title","Testimonial Manager") @section ("content")

Testimonial List

@forelse ($data as $key=>$value) @empty @endforelse
S.no. Name Message Status Created At Action
{{$key+1}} {{$value->name}} {{strlen($value->description)>80 ? substr($value->description, 0, 80)."..." : $value->description}} {{ date('M d, Y', strtotime($value->created_at)) }} id)}}" class="btn btn-icon bg-light-success btn-active-color-primary btn-sm me-1"> View id)}}" class="btn btn-icon bg-light-primary btn-active-color-primary btn-sm me-1"> Edit Delete
No record found...
@endsection @push("js") @endpush