|
@@ -32,19 +32,25 @@
|
|
|
@stop
|
|
@stop
|
|
|
|
|
|
|
|
@section('content')
|
|
@section('content')
|
|
|
|
|
+<style>
|
|
|
|
|
+ .single-news p{
|
|
|
|
|
+ margin-left:15px;
|
|
|
|
|
+ }
|
|
|
|
|
+</style>
|
|
|
|
|
|
|
|
<div class="container" style="min-height: 450px;margin-top:50px;">
|
|
<div class="container" style="min-height: 450px;margin-top:50px;">
|
|
|
<div class="row single-news">
|
|
<div class="row single-news">
|
|
|
|
|
|
|
|
<div class="col-sm-9 single-news">
|
|
<div class="col-sm-9 single-news">
|
|
|
|
|
|
|
|
- <div class="row">
|
|
|
|
|
- <img src="/files/news/{{$news->image}}" align="left" style="width:95%; margin-left:15px;">
|
|
|
|
|
|
|
+ <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;">
|
|
|
|
|
+ <h1 style="font-size:30px;margin-left:15px;">{{$news->title}}</h1>
|
|
|
|
|
+ <p style="font-size:16px;">{!!$news->text!!}</p>
|
|
|
|
|
+
|
|
|
</div>
|
|
</div>
|
|
|
- <p>{{date("d/m/Y H:i", strtotime($news->date))}}</p>
|
|
|
|
|
- <h1 style="font-size:30px;margin-top:20px;">{{$news->title}}</h1>
|
|
|
|
|
|
|
+ <p style="margin-left:0!important;">{{date("d/m/Y H:i", strtotime($news->date))}}</p>
|
|
|
<h4>{!!$news->text_short!!}</h4>
|
|
<h4>{!!$news->text_short!!}</h4>
|
|
|
- <p style="font-size:16px">{!!$news->text!!}</p>
|
|
|
|
|
|
|
|
|
|
@if(sizeof($aImages) > 0)
|
|
@if(sizeof($aImages) > 0)
|
|
|
<br>
|
|
<br>
|