';
if(full["createdAt"] && full["createdAt"] != "" && full["createdAt"] != "") {
uiText += '
';
uiText += 'Created On :'+full["createdAt"];
uiText += '
';
}
if(full["updatedAt"] && full["updatedAt"] != "" && full["updatedAt"] != "") {
uiText += '
';
uiText += 'Modified On :'+full["updatedAt"];
uiText += '
';
}
if(full["deletedAt"] && full["deletedAt"] != "" && full["deletedAt"] != "") {
uiText += '
';
uiText += 'Deleted On :'+full["deletedAt"];
uiText += '
';
}
@if(isset($url) && $url !== "")
let id = full["id"];
uiText += '
';
uiText += '
View Record History';
uiText += '
';
@endif
uiText += '
';
return uiText;