@extends('dashboard.layout.base') @section('content')
Détails du {{ $post->title }}
Image:
@if($post->image) @else

no image

@endif
Titre :
{{ $post->title }}
Description :
{!! $post->description !!}
@include('dashboard.component.copyright')
@endsection