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