@extends('layouts.master') @section('title', 'Processing - Customers') @section('content')
| # | Customer Code | Customer Name | Category | Outstanding Balance | Actions |
|---|---|---|---|---|---|
| {{ ($customers->currentPage() - 1) * $customers->perPage() + $loop->iteration }} | {{ $row->customer_code }} | {{ $row->customer_account }} | {{ $row->category_name }} | {{ number_format((float) $row->outstanding_balance, 2) }} | View Link Document |
| No customers found. | |||||