@extends('layouts.marketing')
@section('title', $post->seo_title . ' — Inventino Blog')
@section('description', $post->seo_description)
@section('keywords', implode(', ', array_filter([$post->category ?? '', 'Inventino Blog', 'inventory management Nigeria', 'business tips Nigeria'])))
@section('canonical', route('blog.show', $post->slug))
@section('og_type', 'article')
@section('og_title', $post->seo_title)
@section('og_description', $post->seo_description)
@if($post->cover_image_url)@section('og_image', url($post->cover_image_url))@endif
@section('og_image_alt', $post->seo_title)
@push('og_extra')
@if($post->updated_at)@endif
@if($post->author)@endif
@endpush
@push('schema')
@endpush
@push('styles')
@endpush
@section('content')
{{ $post->excerpt }}
{{ $post->author->name ?? 'The Inventino Team' }} Inventino
{{ $post->title }}
@if($post->excerpt)
{{ $rel->published_at->format('M j, Y') }} · {{ $rel->reading_time }} min read
Join thousands of Nigerian businesses using Inventino to manage stock, sales, and growth.