MOON
Server: Apache
System: Linux server10.mejorconweb.com 3.10.0-962.3.2.lve1.5.27.el7.x86_64 #1 SMP Sat Nov 30 02:18:52 EST 2019 x86_64
User: ser65kty (1085)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
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