@extends('frontend.layouts.app') @section('metatags') @endsection @section('title', getTranslationPost($post->id)['title']) @section('content')

{{ getTranslationPost($post->id)['title'] }}

@if (Storage::disk('public')->exists('posts/' . $post->image)) @else @endif
  • @foreach ($post->categories as $cat) {{ $cat->name }} @endforeach
  • PubliĆ© le {{ $post->created_at->format('d-m-Y') }}

{{ getTranslationPost($post->id)['title'] }}

{!! getTranslationPost($post->id)['description'] !!}
@endsection @section('scripts') @endsection