
New User
<%= @new_user_stats || 0 %>
My Balance
<%= @my_balance_stats || 0 %>
Home / Blank Page
Notification :
<% @notifications.each do |notify| %>
<%= notifi.message %> <%= notify.created_at %>
<% end if @notifications %>Dashboard
Good Morning <%= @current_user.full_name %>!!
<%= yield %>