@extends('frontend.layouts.app') @section('title', 'Families Help') @section('content') {{getTranslationPost($post->id)['title']}} Accueil {{getTranslationPost($post->id)['title']}} {{-- --}} {{$post->created_at->format('d-m-Y')}} {{getTranslationPost($post->id)['title']}} {!! getTranslationPost($post->id)['description'] !!} Categories @foreach($categoriesPost as $cat_post) {{getTranslationCategoriePost($cat_post->id)['name']}} - ({{$cat_post->posts->count()}}) @endforeach Tags @foreach($tags as $tag) {{ getTranslationTag($tag->id)['name']}} @endforeach Recent Posts @foreach($postss as $post) {{$post->created_at->format('d-m-Y')}} {{getTranslationPost($post->id)['title']}} @endforeach Prev Post Next Post @endsection @section('scripts') @endsection
{!! getTranslationPost($post->id)['description'] !!}
{{$post->created_at->format('d-m-Y')}}