New User
<%= @new_user_stats || 0 %>
My Balance
$<%= @my_balance_stats || 0 %>
<%= render '/admin_templates/good/admin/shared/breadcrumbs' %>
<%= @notifications ? "Notification :" : "No new Notifications" %>
<% @notifications.each do |notify| %>
<%= notifi.message %> <%= notify.created_at %>
<% end if @notifications %>
<%= yield %>