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