@extends('layouts.main') @section('title', 'Blog - ' . setting('brand.name', 'Grace Family Church')) @section('meta_description', 'Articles, teachings and reflections from ' . setting('brand.name', 'Grace Family Church') . '.') @section('content')

Our Blog

Teachings, reflections, and stories from our church family.

@if($blogs->isEmpty())

No articles yet

Check back soon — new posts are on the way.

@else
{{ $blogs->links() }}
@endif
@endsection