@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')
| Account No | Name | |
|---|---|---|
| {{ $account->account_no }} | {{ $account->customer_name }} | |
| No Accounts Found | ||
| Receipt | Customer | Amount |
|---|---|---|
| {{ $collection->receipt_no }} | {{ $collection->account->customer_name ?? '-' }} | ₹ {{ number_format($collection->amount,2) }} |
| No Collections Found | ||