{{-- Hero --}}

MUKTI

Micro Finance & Cooperative Management System

{{-- Module Cards --}}
@php $modules = [ [ 'name' => 'Daily Specials', 'desc' => 'Daily transactions, collection sheets & quick entries', 'icon' => 'bi-stars', 'color' => '#f59e0b', 'bg' => '#fef3c7', ], [ 'name' => 'Savings & Loans', 'desc' => 'GSS accounts, DMS, RMC, FDR and loan management', 'icon' => 'bi-piggy-bank-fill', 'color' => '#1a7a5e', 'bg' => '#d1fae5', ], [ 'name' => 'Office Management', 'desc' => 'Office records, notices, documents & correspondence', 'icon' => 'bi-building-fill', 'color' => '#3b82f6', 'bg' => '#dbeafe', ], [ 'name' => 'Accounts', 'desc' => 'Ledger, income/expense, balance sheet & reports', 'icon' => 'bi-calculator-fill', 'color' => '#8b5cf6', 'bg' => '#ede9fe', ], [ 'name' => 'HRD & Audit', 'desc' => 'Staff records, payroll, leave and internal audit', 'icon' => 'bi-people-fill', 'color' => '#ec4899', 'bg' => '#fce7f3', ], [ 'name' => 'Marketing & Development', 'desc' => 'Member growth, campaigns and field activities', 'icon' => 'bi-graph-up-arrow', 'color' => '#0ea5e9', 'bg' => '#e0f2fe', ], ]; @endphp @foreach($modules as $mod) @endforeach