unfinished upload print file
This commit is contained in:
@@ -22,14 +22,14 @@
|
||||
<!-- Menu Toggle Button -->
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
||||
<!-- The user image in the navbar-->
|
||||
<img src="{{ asset('/bower_components/admin-lte/dist/img/user2-160x160.jpg') }}" class="user-image" alt="User Image">
|
||||
<img src="{{ asset('/bower_components/admin-lte/dist/img/user-512.png') }}" class="user-image" alt="User Image">
|
||||
<!-- hidden-xs hides the username on small devices so only the image appears. -->
|
||||
<span class="hidden-xs">{{ Auth::user()->name }}</span>
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<!-- The user image in the menu -->
|
||||
<li class="user-header">
|
||||
<img src="{{ asset('/bower_components/admin-lte/dist/img/user2-160x160.jpg') }}" class="img-circle" alt="User Image">
|
||||
<img src="{{ asset('/bower_components/admin-lte/dist/img/user-512.png') }}" class="img-circle" alt="User Image">
|
||||
|
||||
<p>
|
||||
{{ Auth::user()->name }}
|
||||
|
||||
Reference in New Issue
Block a user