Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
@
if
(
count
(
$users
)
>
0
)
@
foreach
(
$users
as
$user
)
<
p
>
Korisničko ime
:
{
{
$user
->
username
}
}
</
p
>
@
endforeach
@
else
<
p
>
Nema korisnika
.</
p
>
@
endif