This commit is contained in:
ilmedova 2020-06-27 21:48:50 +05:00
parent 280754a0e6
commit 6eee9395eb
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
<div class="col-lg-8 col-md-8" style="margin-bottom: 50px; padding-right: 10px;padding-left: 0;">
<h5 style="margin-bottom: 25px; color: #989898" class='fontRegular'>{{$news->datet}}</h5>
<div class="testqq" style="margin-bottom: 20px;">
@if(stristr($main->img_url, 'images/') != false)
@if(stristr($news->img_url, 'images/') != false)
<img src="/uploads/{{$news->img_url}}">
@else
<img src="{{$news->img_url}}">