We Are ! - {{Session::get('total_users')}} users, having {{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'])}} VOTES, expiring on {{date("d M Y", strtotime($vote['expiry']))}}
@endforeach @endif