Commit 08320bd37aebf0ac8fd3eb1d446ff9467ff07f60
1 parent
50eb849a5f
Exists in
master
Коммит messages
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
resources/views/workers/messages.blade.php
... | ... | @@ -66,11 +66,11 @@ |
66 | 66 | @if (isset($it->user_from->employers[0]->logo)) |
67 | 67 | <img src="{{ asset(Storage::url($it->user_from->employers[0]->logo)) }}" alt=""> |
68 | 68 | @else |
69 | - <img src=" asset('images/default_man.jpg') }}" alt=""> | |
69 | + <img src="{{ asset('images/default_man.jpg') }}" alt=""> | |
70 | 70 | @endif |
71 | 71 | @endif |
72 | 72 | @else |
73 | - <img src=" asset('images/default_man.jpg') }}" alt=""> | |
73 | + <img src="{{ asset('images/default_man.jpg') }}" alt=""> | |
74 | 74 | @endif |
75 | 75 | @endif |
76 | 76 |