diff --git a/src/app/fyle/my-view-report/my-view-report.page.html b/src/app/fyle/my-view-report/my-view-report.page.html
index 67919f8315..3cc41048c7 100644
--- a/src/app/fyle/my-view-report/my-view-report.page.html
+++ b/src/app/fyle/my-view-report/my-view-report.page.html
@@ -71,7 +71,8 @@
{{report.state === "DRAFT" ? "Created on : " : "Submitted on : " }}
+ >{{report.state === "DRAFT" ? "Created on : " : (report.last_resubmitted_at ? "Resubmitted on : "
+ : "Submitted on : " )}}
{{report.created_at | date: 'MMM dd, YYYY'}}
- Submitted on:
+ {{ report.last_resubmitted_at ? "Resubmitted on : " : "Submitted on : "}}
+
{{(report.last_resubmitted_at || report.last_submitted_at) | date: 'MMM dd, YYYY'}}