@extends('layouts.app') @section('title', 'CONFINCA - Detalle de Noticia') @section('content')

{{ $posts->title }}

{{ $posts->category->name }}
{{ $posts->published_at }}
{!! $posts->content !!}
@endsection