@extends('layouts.client') @section('title') {{ $Post->tieu_de }} @endsection @section('content-clients')
Quay Lại

{{ $Post->tieu_de }}

Người đăng: {{ $Post->user->first()->ho_ten }}

Ngày đăng: {{ \Carbon\Carbon::parse($Post->created_at)->format('d/m/Y H:i:s') }}

@if($Post->updated_at == null) @else

Ngày chỉnh sửa: {{ \Carbon\Carbon::parse($Post->updated_at)->format('d/m/Y H:i:s') }}

@endif

{!! $Post->noi_dung !!}

@endsection @section('stylesheet') @endsection