@extends('admin.layouts.app') @section('page-title', 'Edit Invoice') @section('content')
| # | Date | Payment Method | Reference No | Amount | Action |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $i->installment_date }} | {{ ucfirst($i->payment_method) }} | @if($i->reference_no) {{ $i->reference_no }} @else - @endif | ₹{{ number_format($i->amount, 2) }} |