@extends('layouts.front.app') @section('content')
{{ $category->description }}
in @foreach ($post->post_categories as $post_category) {{ $post_category->category->name }} @endforeach {{ $post->publish_date->format('j F Y') }} {{-- 3 min read --}}