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

ProductAlert is the place to be for top rated product reviews with recommendation such as the right price, latest trend, from the best brands from {{ $country_locale->country_iso == '*' ? 'the whole world' : get_country_name_by_iso($country_locale->country_iso) }}.

Featured Articles

@foreach ($featured_posts as $post)
Photo of {{ $post->name }} Placeholder image of {{ $post->name }}

in @foreach ($post->post_categories as $post_category) {{ $post_category->category->name }} @if (!$loop->last) , @endif @endforeach {{-- 3 min read --}}

{{ $post->publish_date->format('j F Y') }} {{-- 9 min read --}}
@endforeach

What's New in {{ get_country_name_by_iso($country_locale->country_iso) }}

@foreach ($latest_posts as $post)

in @foreach ($post->post_categories as $post_category) {{ $post_category->category->name }} @if (!$loop->last) , @endif @endforeach {{-- 3 min read --}}

{{ $post->publish_date->format('j F Y') }}
@endforeach
@endsection