|
|
@@ -45,11 +45,12 @@
|
|
|
|
|
|
<div class="row" style="margin-right:15px;">
|
|
|
<img src="/files/news/{{$news->image}}" align="left" class="img-responsive" style="margin-left:15px; margin-right:15px;">
|
|
|
+ <p style="margin-left:0!important;">{{date("d/m/Y H:i", strtotime($news->date))}}</p>
|
|
|
+
|
|
|
<h1 style="font-size:30px;margin-left:15px;">{{$news->title}}</h1>
|
|
|
<p style="font-size:16px;">{!!$news->text!!}</p>
|
|
|
|
|
|
</div>
|
|
|
- <p style="margin-left:0!important;">{{date("d/m/Y H:i", strtotime($news->date))}}</p>
|
|
|
<h4>{!!$news->text_short!!}</h4>
|
|
|
|
|
|
@if(sizeof($aImages) > 0)
|