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