@extends('layouts/acc_layout') @section('title', '| Register Report') @section('content')
| SL# | Opening Date | Name of Account Holder | Account Number | Branch Location | Period | Interest Rate (%) | Amount (Tk) |
|---|---|---|---|---|---|---|---|
| {{$index+1}} | {{date('d-m-Y',strtotime($info->openingDate))}} | {{$info->name}} | {{$info->accNo}} | {{$branchName}} | {{$natureOfPayment}} | {{number_format($info->interestRate,2)}} | {{number_format($info->amount,2,'.',',')}} |
| Total | {{number_format($totalAmount,2,'.',',')}} | ||||||