@extends('layouts/acc_layout') @section('title', '| OTS Bank Advice Letter') @section('content')
| SL# | Account ID | Account Holder Name | Account Number | Routing No | Bank Name | Branch Name | Amount (Tk) | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$key+1}} | {{--{{date('d-m-Y',strtotime($payment->paymentDate))}} | {{$memberName[$key]}} | --}}{{explode('-', $accNo[$key])[0]}} | {{$accHolderName[$key]}} | {{$bankAccountNo[$key]}} | {{$routingNo[$key]}} | {{$bankName[$key]}} | {{$branchName[$key]}} | {{--{{$interestRate[$key]}} | --}} {{--{{number_format($principalAmount[$key],2,'.',',')}} | --}}{{number_format($interestPayment[$key],2,'.',',')}} |
| Total | {{number_format($totalAmount,2,'.',',')}} | ||||||||||