unfinished upload print file

This commit is contained in:
franknstayn
2020-02-29 13:13:29 +08:00
parent 15adcfbe75
commit 349da702d4
6 changed files with 78 additions and 10 deletions

View File

@@ -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 }}