@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->title }}

{{ $post->created_at->format('d/m/Y') }}

{{-- CONTEÚDO --}}
{{ $post->title }}
{!! $post->description !!}
@endsection