@extends('layouts.main') @section('title', $post->title) @section('description', $post->description) @section('keywords', 'okea', 'asterian', 'mes software', 'software para a indústria', 'manutenção preditiva', 'sistema MES', 'gestão de ativos', 'sistema mes 4.0') @section('navbar') @include('components.okea.home.nav') @endsection @section('footer') @include('components.okea.home.footer') @endsection @section('content') {{-- HERO --}} {{ $post->category?->name ?? __('messages.novidades-hero-label') }} {{ $post->title }} {{ $post->created_at->format('d/m/Y') }} {{-- CONTEÚDO --}} {!! $post->description !!} @endsection
{{ $post->created_at->format('d/m/Y') }}