@extends('layouts.app') @section('content')

{{$noticia->title}}

{!! Helper::parseIntrotext($noticia->introtext) !!}
@endsection