Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
hfpp2012
/
laravel-blog
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 40f36deb
authored
Sep 07, 2017
by
hfpp2012 yinsigan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
forelse
1 parent
39b7e621
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
resources/views/admin/users/index.blade.php
resources/views/admin/users/index.blade.php
View file @
40f36de
...
...
@@ -6,7 +6,7 @@
<h3>
{{ $users->total() }} total users
</h3>
<b>
In this page {{ $users->count() }} users
</b>
<ul
class=
'list-group'
>
@fore
ach
($users as $user)
@fore
lse
($users as $user)
<li
class=
'list-group-item'
style=
"margin-top: 20px;"
>
<span>
{{ $user->name }}
</span>
<span
class=
"pull-right clearfix"
>
...
...
@@ -14,7 +14,9 @@
</span>
<button
class=
'btn btn-xs btn-primary'
>
Follow
</button>
</li>
@endforeach
@empty
<li>
No users available
</li>
@endforelse
</ul>
{{ $users->links() }}
</div>
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment