File: /home/ser65kty/cardedeu.serversmw.com/resources/views/noticiaviewfront.blade.php
@extends('layouts.app')
@section('metadata')
<title>Formació i ocupació - Ajuntament de Cardedeu</title>
@endsection
@section('content')
<section class="cabecera container">
<div class="cursheader">
<div class="imagecursheader"><img src="/images/noticias/{{$noticia->imatge}}"></div>
<div class="titolcursheader"><h1 class="text-center noticiatitle">{{$noticia->title}}</h1><br>
{!!$noticia->shortcontent!!}</div>
</div>
<div class="clearfix"></div>
<div class="cursoview">
<div class="contentcursoview viewnoticia">
<h4>{{$noticia->title}}</h4>
<hr>
<div>{!!$noticia->content!!}</div>
<br>
<div>Publicat el {{App\Helpers\helpers::getdatedayhelper($noticia->datapublicacio)}}</div>
</div>
</div>
</section>
<div class="clearfix"></div>
@endsection