File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 175
175
176
176
<div >
177
177
@foreach ($event -> speakersPictures as $picture )
178
- <img src =" {{ $picture } }" class =" img-thumbnail img-fluid rounded-circle" width =" 100" >
178
+ <img src =" {{ url ( $picture ) } }" class =" img-thumbnail img-fluid rounded-circle" width =" 100" >
179
179
@endforeach
180
180
</div >
181
181
Original file line number Diff line number Diff line change 5
5
<div class =" container" >
6
6
<div class =" row align-items-center justify-content-center" >
7
7
<div class =" col-md-10 text-center" data-aos =" fade" >
8
- <h1 class =" mb-4" >A conferênciaaaa </h1 >
8
+ <h1 class =" mb-4" >A conferência </h1 >
9
9
</div >
10
10
</div >
11
11
</div >
122
122
@foreach ($organizers as $organizer )
123
123
<div class =" col-md-6 col-lg-3 col-sm-12 mb-2" >
124
124
<div class =" organizer text-left" >
125
- <img src =" {{ $organizer -> image } }" alt =" Foto de {{ $organizer -> first_name } }" class =" img-fluid" >
125
+ <img src =" {{ url ( $organizer -> image ) } }" alt =" Foto de {{ $organizer -> first_name } }" class =" img-fluid" >
126
126
<h3 class =" heading mb-0 mt-6" >
127
127
<a href =" {{ $organizer -> website } }" target =" _new" >
128
128
<span >{{ $organizer -> first_name } } </span > {{ $organizer -> last_name } }
You can’t perform that action at this time.
0 commit comments