@extends('layouts.shop') @section('title', 'Blog | Lugani Herbs') @section('content')

Our Blog

Latest news, health tips, and Ayurvedic wisdom from Lugani Herbs.

@forelse($blogs as $blog)
@if($blog->image) {{ $blog->title }} @else
@endif
{{ $blog->published_at ? $blog->published_at->format('M d, Y') : '' }}

{{ $blog->title }}

{{ $blog->excerpt }}

Lugani Herbs
Read more
@empty

No blog posts found yet. Check back soon!

@endforelse
{{ $blogs->links() }}
@endsection