Bun venit, {{Session::get('name')}}!
@if (!empty(Session::get('votes')))
Ai
@foreach (Session::get('votes') AS $vote)
{{floor($vote['no_of_votes'])}} VOT(URI), care expira in data de {{date("d M Y", strtotime($vote['expiry']))}}
@endforeach
@endif