@extends('frontend.layouts.app') @section('content') Blog & Property Guide Tips, guides, and insights for buying, selling, and renting properties in Varanasi. @if (isset($featuredPost) && $featuredPost && !isset($currentCategory)) @if ($featuredPost->featured_image_url) @else @endif Featured {{ $featuredPost->title }} {{ $featuredPost->excerpt_text }} {{ $featuredPost->published_at?->format('M d, Y') }} • {{ $featuredPost->read_time ?? 5 }} min read @endif @if ($posts->count() > 0) @foreach ($posts as $post) @if ($post->featured_image_url) @else @endif @if ($post->category) {{ $post->category->name }} @endif {{ $post->title }} {{ $post->excerpt_text }} {{ $post->published_at?->format('M d, Y') }} {{ $post->read_time ?? 5 }} min read @endforeach {{ $posts->links() }} @else No posts found Check back soon for new articles and guides! @endif @endsection
Tips, guides, and insights for buying, selling, and renting properties in Varanasi.
{{ $featuredPost->excerpt_text }}
{{ $post->excerpt_text }}
Check back soon for new articles and guides!