develop
Last change
on this file since b9c4a92 was 24a616f, checked in by Berat Kjufliju <kufliju@…>, 3 years ago |
added documents crud, added last_seen_to_user, edited views
|
-
Property mode
set to
100644
|
File size:
313 bytes
|
Rev | Line | |
---|
[24a616f] | 1 | <figure class="avatar avatar-sm mr-2">
|
---|
| 2 | @if(auth()->user()->avatar==NULL)
|
---|
| 3 | <img src="{{ url('assets/media/images/user.png') }}" class="rounded-circle" alt="avatar">
|
---|
| 4 | @else
|
---|
| 5 | <img src="{{url('uploads/users/' . auth()->user()->avatar)}}" class="rounded-circle" alt="avatar">
|
---|
| 6 | @endif
|
---|
| 7 | </figure>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.