@extends('site.app') @section('pageTitle', $blog->meta_title) @section('metaDescription', $blog->meta_description) @section('metaKeywords', $blog->meta_keywords) @section('otherMetas') @endsection @section('content') @if (isset($banner) && $banner->image)
@endif
{{$blog->transTitle}}

{{ $blog->created_at->isoFormat('DD') }}

{{ $blog->created_at->isoFormat('MMM') }}

{!! $blog->transContent !!}
{{--
{% set post_url = url('noticias/' ~ post.slug) %} {{ 'post.share'|_ }}:
--}}
@endsection