@extends('layouts.front.app') @section('content')

All {{ $country_locale->name }} News

The latest {{ $country_locale->name }} news, brought to you by {{ config('app.name') }}

@foreach ($latest_posts as $post)
{{ $post->title }}

in @foreach ($post->post_categories as $post_category) {{ $post_category->category->name }} @endforeach {{ $post->publish_date->format('j F Y') }}

Photo of {{ $post->name }} Placeholder image of {{ $post->name }}
@endforeach {{ $latest_posts->links() }}
@endsection