@extends('layouts.master') @section('title', isset($category) ? $category->name . ' - Blog' : 'Blog') @section('content')
Industry news, tips, and platform updates.
{{ Str::limit($post->excerpt, 100) }}
No posts found.