@extends('layout.app') @section('title') Nibss Log @endsection @section('pagetitle') Nibss Log @endsection @section('content')
| S/N | Account Name | Account Number | Amount | TrnxRef | SessionId | Type | Narration | Tranx Date |
|---|---|---|---|---|---|---|---|---|
| {{ $i+1 }} | {{ ucwords($nip->customer_name)}} | {{$nip->account_number}} | {{!is_null($nip->amount) ? number_format($nip->amount,2) : "N/A"}} | {{!is_null($nip->reference_no) ? $nip->reference_no : "N/A"}} | {{!is_null($nip->session_id) ? $nip->session_id : "N/A"}} | {{$nip->type}} | {{$nip->note}} | {{date("d-m-Y h:ia",strtotime($nip->created_at))}} |