@extends('layout.app') @section('content') @include('components.banner',['title'=>$blog->article_tittle,'img'=>'pics/banner/blog-banner.jpg'])
@php $date_time = $blog->creation_date; $nouveau_format = \Carbon\Carbon::parse($date_time); @endphp

{{$blog->article_tittle}}

{!! $blog->article !!}
@if($others != null && count($others)>0)

Découvrez également ces posts

@endif
@endsection