<%- include('../partials/header') %> <%- include('../partials/sidebar') %>

View Certified Copies

Certified Copies List

<% if (certifiedCopies && certifiedCopies.length> 0) { %> <% certifiedCopies.forEach((copy, index)=> { %> <% }) %> <% } %>
S.No Case Name Court Name Apply Status Apply Date Fee Status Fee Amount Fee Paid By Status Received Date Action
<%= index + 1 %> <%= copy.case_name %> <%= copy.court_name %> <%= copy.apply_status %> <%= copy.apply_date ? new Date(copy.apply_date).toLocaleDateString('en-GB') : 'N/A' %> <%= copy.fee_deposit_status %> <%= copy.fee_amount || '0' %> <% if (copy.copy_received_status==='YES' ) { %> CLOSED <% } else { %> PENDING <% } %> <%= copy.copy_received_date ? new Date(copy.copy_received_date).toLocaleDateString('en-GB') : 'N/A' %>