{{-- Public-page SEO meta. Pages may override via: @section('seo_title', '…') @section('seo_description', '…') Defaults describe the product for search & social sharing. --}} @php $appName = brand_name(); $seoTitle = trim($__env->yieldContent('seo_title')) ?: $appName; $seoDesc = trim($__env->yieldContent('seo_description')) ?: 'সমিতি কিপার লাইট — সমবায় সমিতি ও সঞ্চয় দলের জন্য পূর্ণাঙ্গ হিসাব ব্যবস্থাপনা অ্যাপ। সদস্য, সঞ্চয়, DPS, FDR, শেয়ার, লোন, আয়-ব্যয় ও রিপোর্ট — সব এক জায়গায়, বাংলায়।'; $seoUrl = url()->current(); // Featured/share image — the Somity Keeper Lite logo (shown in link previews). $seoImage = system_logo_url() ?: url('/logo/logo.png'); @endphp {{-- Open Graph --}} {{-- Twitter --}} {{-- Structured data --}}