@extends('layouts.app') @section('title', 'Supplier Report') @section('breadcrumb')
Purchase activity and outstanding dues by supplier
No suppliers found.
| Supplier | Phone | Purchases (Period) | Purchase Total (Period) | Current Due | Actions |
|---|---|---|---|---|---|
| {{ $supplier->name }} | {{ $supplier->phone ?? '—' }} | {{ $supplier->purchases_count }} | ৳{{ number_format($supplier->purchases_sum_total_amount ?? 0, 2) }} | ৳{{ number_format($supplier->current_due, 2) }} | Ledger |