@extends('layouts.app') @section('seo') @endsection @section('pageTitle', $post->title) @section('menu') @endsection @section('content')
{{$post->title}} {{\Diglactic\Breadcrumbs\Breadcrumbs::render('post', $post)}}
@if($post->category) {{--

{{$post->category->getTranslatedAttribute('name', app()->getLocale(), 'fr')}}

--}} @endif

{{$post->getTranslatedAttribute('title', app()->getLocale(), 'fr')}}

{!! $post->getTranslatedAttribute('body', app()->getLocale(), 'fr') !!}
@endsection