@extends('layouts.app') @section('content')
| ID | Customer Name | Customer Phone | Address | Due Amount | Paid Amount | Date | Actions |
|---|---|---|---|---|---|---|---|
| {{ $credit->id }} | {{ $credit->customer->name }} | {{ $credit->customer->phone }} | {{ $credit->customer->address }} | {{ $credit->due_amount ?? 'N/A' }} | {{ $credit->is_paid }} | {{ $credit->updated_at }} | Print View Details |
| No records found. | |||||||