@extends('public.layouts.guest') @section('nav_explore', 'text-teal-700 font-semibold') @section('nav_news', 'text-teal-700 font-semibold bg-teal-50/50') @section('title', 'News & Updates — ' . \App\Models\Setting::get('property_name','Parkview Hotel CDO')) @section('meta_description', 'Latest news, announcements and updates from ' . \App\Models\Setting::get('property_name','Parkview Hotel CDO') . ' in Cagayan de Oro.') @section('content')

News

News & Updates

Announcements, events, and stories from the hotel.

@if($posts->isEmpty())
No posts published yet. Please check back soon.
@else
{{ $posts->links() }}
@endif
@endsection