@extends('layouts.app')
@section('title', 'Blog')
@section('content')
Tips desain, inspirasi merchandise, dan panduan custom printing.Blog {{ $brandName }}
{{ $post->created_at->format('d M Y') }}
{{ $post->excerpt ?? \Illuminate\Support\Str::limit(strip_tags($post->body), 120) }}
Baca → @endforeachBelum ada artikel.
@endif