@extends('layouts.app') @section('title','Companies • JAN Enterprises ERP') @section('page_title','Companies & Agreements') @section('page_subtitle','Customer master, one-year agreements and order counts') @section('content')
| Company | Orders | Agreement Start | Agreement End | Status | |
|---|---|---|---|---|---|
| {{ $company->name }} {{ $company->gstin ?: 'GSTIN not added' }} | {{ $company->orders_count }} | {{ $a?->start_date?->format('d M Y') ?? '—' }} | {{ $a?->end_date?->format('d M Y') ?? '—' }} | {{ $a?'Active':'No Agreement' }} | Open |