@extends('layouts.app') @section('title','Dashboard • JAN Enterprises ERP') @section('page_title','Dashboard') @section('page_subtitle','Live order, investment, billing, agreement and receivable status') @section('content')
| Order | Company | Assets | Qty | Investment | Billing | Profit | Payout | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $row['order']->order_no }} {{ $row['order']->order_date->format('d M Y') }} | {{ $row['order']->company->name }} | {{ $row['assets'] }} | {{ rtrim(rtrim(number_format($row['qty'],2,'.',''),'0'),'.') }} | ₹{{ number_format($row['investment'],0) }} | ₹{{ number_format($row['billing'],0) }} | ₹{{ number_format($row['profit'],0) }} | {{ $row['order']->payout_date?->format('d M Y') ?? '—' }}@if($row['order']->payout_date && $row['order']->payout_date->isPast()) Overdue @endif | Invoice |
| No active orders. | ||||||||