Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
<
ul
>
@
foreach
(
$users
as
$id
=>
$user
)
<
li
class
=
"row @if(
$id
== 0) first @endif @if(count(
$users
) ==
$id
+1) last @endif"
>
{
{
$user
->
username
}
}
</
li
>
@
endforeach
</
ul
>