@extends('layouts.marketing') @section('title', 'Blog — Inventory & Business Tips for Nigerian SMEs | Inventino') @section('description', 'Expert inventory management tips, POS guides, product updates, and business growth insights for Nigerian entrepreneurs. Stay informed with the Inventino blog.') @section('keywords', 'inventory management tips Nigeria, business management blog, SME tips Nigeria, POS system guide, stock management advice') @section('canonical', route('blog')) @section('og_title', 'Inventino Blog — Inventory & Business Tips for Nigerian SMEs') @section('og_description', 'Practical tips, guides, and insights on inventory management, sales, and growing your business in Nigeria.') @section('og_type', 'website') @section('og_title', 'Inventino Blog — Insights for Growing Businesses') @section('og_description', 'Expert inventory management tips, POS guides, product updates, and business growth insights for Nigerian entrepreneurs.') @section('content')
Blog

Insights for
Growing Businesses

Inventory tips, product updates, and practical guides for Nigerian entrepreneurs.

All Posts @foreach(['inventory' => 'Inventory', 'pos' => 'POS & Sales', 'business' => 'Business Tips', 'updates' => 'Product Updates'] as $catSlug => $catLabel) {{ $catLabel }} @endforeach
@if($featured)
@endif
@if($posts->isNotEmpty())

{{ $featured ? 'Latest Articles' : ($category ? \Illuminate\Support\Str::title($category) . ' Articles' : 'All Articles') }}

@foreach($posts as $i => $post) @php $catKey = strtolower($post->category ?? ''); $colorMap = [ 'inventory' => ['bg' => 'rgba(34,197,94,0.2), rgba(16,185,129,0.1)', 'icon' => 'text-green-500/30', 'badge' => 'badge-green', 'link' => 'text-green-400 hover:text-green-300'], 'pos' => ['bg' => 'rgba(139,92,246,0.2), rgba(59,130,246,0.1)', 'icon' => 'text-violet-500/30', 'badge' => 'badge-purple', 'link' => 'text-violet-400 hover:text-violet-300'], 'updates' => ['bg' => 'rgba(245,158,11,0.2), rgba(251,191,36,0.1)', 'icon' => 'text-amber-500/30', 'badge' => 'badge-orange', 'link' => 'text-amber-400 hover:text-amber-300'], 'business' => ['bg' => 'rgba(236,72,153,0.2), rgba(168,85,247,0.1)', 'icon' => 'text-pink-500/30', 'badge' => 'bg-pink-500/20 text-pink-400 border border-pink-500/30', 'link' => 'text-pink-400 hover:text-pink-300'], ]; $c = $colorMap[$catKey] ?? ['bg' => 'rgba(59,130,246,0.2), rgba(14,165,233,0.1)', 'icon' => 'text-blue-500/30', 'badge' => 'badge-blue', 'link' => 'text-blue-400 hover:text-blue-300']; $delays = ['', 'scroll-reveal-delay-1', 'scroll-reveal-delay-2']; $delay = $delays[$loop->index % 3]; @endphp @endforeach
@if($posts->hasPages())
@if($posts->onFirstPage()) ← Prev @else ← Prev @endif @foreach($posts->getUrlRange(1, $posts->lastPage()) as $page => $url) @if($page == $posts->currentPage()) {{ $page }} @else {{ $page }} @endif @endforeach @if($posts->hasMorePages()) Next → @else Next → @endif
@endif @else

No articles found{{ $category ? ' in this category' : '' }}.

@if($category) ← View all articles @endif
@endif

Get Updates in Your Inbox

New articles, product updates, and business tips delivered weekly. No spam.

By subscribing you agree to our privacy policy.

@endsection @push('styles') @endpush