@extends('layouts.admin') @section('title', 'Payments') @section('page-title', 'Payments') @section('content')
| Date | Number | Type | Account name | Document # | Method | Amount | Available credit | Notes | ||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $p->payment_date->format('d - M - Y') }} | {{ $p->payment_number }} | {{ $p->partyName() }} | {{ $p->primaryDocumentNumber() ?? '—' }} | {{ $p->paymentMethodLabel() }} | ₹ {{ number_format($p->amount, 2) }} | ₹ {{ number_format($p->available_credit, 2) }} | {{ Str::limit($p->notes, 40) }} |
Record payments received from clients or payments made to vendors.