@extends('layouts.app') @section('title', 'Record Supplier Payment') @section('content')
{{ $credit->supplier->company_name }}
{{ $credit->invoice_number ?? '-' }}
LKR {{ number_format($credit->original_amount, 2) }}
LKR {{ number_format($credit->outstanding_amount, 2) }}