@extends('layouts.app') @section('content')
| Titre | Catégorie | Statut | Date | Actions |
|---|---|---|---|---|
|
{{ $post->category->title }}
|
@if($post->pub)
Publié
@else
Brouillon
@endif
|
{{ $post->created_at->format('d/m/Y') }} |