@extends('layouts.admin') @section('content') @include('admin._partials.breadcrumb')
{{ \Carbon\Carbon::parse($post->created_at)->format('d/m/Y - H:i:s')}}

{{ $post->title }}

{{--
image}") }}" alt="{{ $post->title }}" alt="">
--}}

{!! $post->description !!}


{{--
Tags:
--}}
Informações:
{{$post->user->name}}
category->url}")}}"> {{ $post->category->title }}
@endsection