<% renewable_date = current_license.read_license("renewable_date") %> <% date_count = (renewable_date.to_date - Date.current).to_i %> <% day = pluralize( date_count, 'day' )%> <% if @license_status == 0 %> <% text = 'Your license has been expired.' %> <% else %> <% text = "Your license will expire in #{day}." %> <% end %>
<%= link_to origami_dashboard_url do %> <% end %>

Review Your License

<% if flash[:message].present? %>

<%= flash[:message] %>

<% end %>
<% if text %>
<%= text %>

<% end %>
Call Center Phone No: +959 445 665 311

License Info:


<%= form_with url: review_license_url, local: true do %> <%= submit_tag 'Review Licese', class: 'btn btn-primary btn-lg float-right m-l-10 m-r-5' %> <%= link_to 'Go To Home', root_url, class: 'btn btn-default btn-lg float-right' %> <% end %>