01 2022 Microsite Promotion
This commit is contained in:
parent
3f1fb9377d
commit
38e7fd504a
39 changed files with 761 additions and 336 deletions
|
|
@ -30,7 +30,7 @@
|
|||
<div class="form-group col-md-4">
|
||||
@if ($user->hasProfileImage())
|
||||
<div class="text-center" style="border: 1px solid #eee;">
|
||||
<img src="{{ route('response_file', ['user', $user->getProfileImage()]) }}" alt="">
|
||||
<img src="{{ route('response_file', ['user', $user->getProfileImage()]) }}?{{ time() }}" alt="" class=" img-fluid">
|
||||
<br>
|
||||
<a href="{{ route('user_profile_image_delete', ['avatar']) }}"
|
||||
class="btn btn-sm btn-primary mt-2 mb-2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue