Commit 2050931d27a1f1b36c47bd33e6853dab4f418931

Authored by Андрей Ларионов
1 parent c43fb80f6f
Exists in master

uncommited files

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

resources/views/education/show.blade.php
... ... @@ -47,7 +47,7 @@
47 47 <div class="candidate-top-wrapper">
48 48 <div class="candidate-thumbnail">
49 49 @if($education->image)
50   - <img width="150" height="150" src="asset(Storage::url($education->image)) }}" alt="">
  50 + <img width="150" height="150" src="{{ asset(Storage::url($education->image)) }}" alt="">
51 51 @endif
52 52 </div>
53 53 <div class="candidate-information">