handleMark(
testimonial.id
)
}
>
item ===
testimonial.id
) &&
"active"
}`}
/>
|
|
{
testimonial.name
}
|
{
testimonial.designation
}
|
{moment(
testimonial.created_at
).format("ll")}
|
{hasPermission(
"testimonials.edit"
) && (
)}
{/* */}
{hasPermission(
"testimonials.delete"
) && (
)}
|
)
)}