@extends('layouts/acc_layout') @section('title', '| Other Fund Transaction Report') @section('content') @include('successMsg')
| SL# | Branch | Transaction | |||||
|---|---|---|---|---|---|---|---|
| Code | Name | Date | Time | Narration | Payer No | Amount | |
| {{ ++$no }} | {{ $otherTransaction->branchCodeWith0 }} | {{ $otherTransaction->branchName }} | {{ date('d-m-Y', strtotime($otherTransaction->transactionDate)) }} | {{ date("h:i:sa", strtotime($otherTransaction->transactionTime)) }} | {{ $otherTransaction->memberCode }} {{ $otherTransaction->transactionId }} | {{ $otherTransaction->payerNo }} | {{ number_format($otherTransaction->transactionAmount) }} |
| Total: | {{ number_format($total) }} | ||||||