We are - {{Session::get('total_users')}} de members {{floor(Session::get('total_votes'))}} votes

Welcome, {{Session::get('name')}}!
@if (!empty(Session::get('votes'))) YOU HAVE: @foreach (Session::get('votes') AS $vote) {{floor($vote['no_of_votes'])}} VOTE(S) expiring on {{date("d M Y", strtotime($vote['expiry']))}}
@endforeach @endif