@extends('layouts.admin') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @section('content')
@foreach($cards as $card)

{{ $card['title'] }}

{{ $card['value'] }}

{{ $card['hint'] }}
@endforeach

Implementation Roadmap

Phase Module Status
Phase 1 Master data and tax setup In Progress
Phase 2 Sales, quotations, and invoicing Pending
Phase 3 Purchase, expenses, and stock Pending
Phase 4 GST reports, ledgers, and exports Pending
@endsection