@extends('layouts.front.app') @section('content')
The latest {{ $country_locale->name }} news, brought to you by {{ config('app.name') }}
in @foreach ($post->post_categories as $post_category) {{ $post_category->category->name }} @endforeach {{ $post->publish_date->format('j F Y') }}