@extends('site.layouts.app', ['seoModel' => $post]) @section('content')
@include('site._includes.mini-banner', [ 'image_url' => $pageInfo->banner, 'tablet_image' => null, 'mobile_image_url' => null, 'alt' => null, 'title' => $pageInfo->title, 'tag' => $pageInfo->subtitle, ])
@if ($post->categories->isNotEmpty()) {{ $post->categories->first()->name }} @endif

{{ $post->title }}

@if ($post->updated_at)

Atualizado em {{ $post->updated_at->format('d M Y - H\hi') }}

@endif
@if ($post->featured_image)
featured_image}") }}">
@endif
{!! $post->content !!}
@include('site._includes.blog-slider-items', ['morePosts' => $morePosts, 'blogTitle' => $blogTitle])
@endsection