Guest User

Untitled

a guest
Sep 15th, 2018
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. @if(count($users) > 0)
  2.     @foreach ($users as $user)
  3.         <p>Korisničko ime: {{ $user->username }}</p>
  4.     @endforeach
  5. @else
  6.     <p>Nema korisnika.</p>
  7. @endif
Advertisement
Add Comment
Please, Sign In to add comment