@extends('layouts.app') @section('title', 'Accounts Payable') @section('breadcrumbs') @endsection @section('content')
AP aging report and vendor outstanding
| Vendor | Current | 1-30 Days | 31-60 Days | 61-90 Days | 90+ Days | Total | Actions |
|---|---|---|---|---|---|---|---|
| {{ $ap->vendor->name ?? 'N/A' }} | {{ number_format($ap->current ?? 0, 2) }} | {{ number_format($ap->d1_30 ?? 0, 2) }} | {{ number_format($ap->d31_60 ?? 0, 2) }} | {{ number_format($ap->d61_90 ?? 0, 2) }} | {{ number_format($ap->d90_plus ?? 0, 2) }} | {{ number_format($ap->total ?? 0, 2) }} | Details |
No outstanding payables | |||||||