@extends('layouts.app') @section('title', 'Noticias') @section('content')

{{$post->title}}

{!!$post->description!!}

@endsection