@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('content')
{{ $post->title }}

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

{{ $post->title }}
{!! $post->description !!}
{{--

Últimas Notícias

@foreach($latestPosts as $latestPost)
{{ $latestPost->title }}

{{ $post->category->name }}

{{ $latestPost->title }}

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

Ler mais
@endforeach
--}}
@endsection