@extends('layouts.app') @php $edicion = false @endphp @section('breadcrumb') @stop @section('content')
{{ $noticia->extracto() }}
Creado por: {{ $noticia->createdBy->name }} el {{ fechaFormato($noticia->created_at, 'j \d\e F Y H:m:s') }}
Act. por: {{ $noticia->updatedBy->name }} el {{ fechaFormato($noticia->updated_at, 'j \d\e F Y H:m:s') }}
Estado:
@if($noticia->publicado())
Publicado
@else
En Borrador
@endif