@extends('nexfloit.layouts.app') @section('title', 'Payments') @section('content')
View all payment transactions
| Date | Tenant | Billing Month | Amount | Method | Reference | Received By |
|---|---|---|---|---|---|---|
| {{ $payment->payment_date->format('M d, Y') }} |
{{ $payment->tenant->business_name }}
{{ $payment->tenant->code }} |
@if($payment->subscription) {{ $payment->subscription->billing_month_display }} @else - @endif | Rs. {{ number_format($payment->amount, 2) }} | {{ $payment->method_display }} | {{ $payment->reference_number ?? '-' }} | @if($payment->receivedByUser) {{ $payment->receivedByUser->name }} @else - @endif |
|
No payments found |
||||||