{{-- Blog index — uses ContentLayout. --}} @extends('layouts.nova.content-layout') @php $hero_title = 'Blog'; $hero_description = 'News, tutorials and community stories from the Skinbase team.'; @endphp @section('page-content') @if($posts->isNotEmpty())
{{ $post->excerpt }}
@endif @if($post->published_at) @endifNo blog posts published yet. Check back soon!