@extends('layouts.app') @section('title', 'Suppliers List') @section('page_title', 'Supplier Directory') @section('content')
| Code | Company Name | Contact Person | Phone | Outstanding Payable | Status | Actions | |
|---|---|---|---|---|---|---|---|
| {{ $s->supplier_code }} | {{ $s->company_name }} | {{ $s->contact_person }} | {{ $s->phone }} | {{ $s->email ?? '-' }} | {{ number_format($s->outstanding_balance) }} UGX | {{ ucfirst($s->status) }} | Ledger & POs |
| No suppliers registered yet. | |||||||