@extends('layouts/acc_layout') @section('title', '| Register Report') @section('content')
| SL# | Account Name | Account Number | Branch Location | Account Nature | Interest Rate (%) | Principal Amount (Tk) | Interest Amount (Tk) |
|---|---|---|---|---|---|---|---|
| {{$index+1}} | {{$accName[$index]}} | {{$interestDetail->accNo}} | {{$branchName[$index]}} | {{$accNature[$index]}} | {{$interestRate[$index]}} | {{number_format($principalAmount[$index],2,'.',',')}} | {{number_format($interestDueAmount[$index],2,'.',',')}} |
| Total | {{number_format($totalAmount,2,'.',',')}} | ||||||