@extends('front.partials.front') @section('metatags') @endsection @section('title', $post->title) @section('content')

{{$post->title}}

{{ $post->title }}
{{ $post->admin->name }}
{{$post->created_at->toFormattedDateString() }}
@foreach ($post->categories as $category) {{ $category->name }} @endforeach

{{$post->title}}

{!! $post->description !!}

Mot clés

@foreach ($post->tags as $tag) {{ $tag->name }} @endforeach
@endsection @section('scripts') @endsection