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