@extends('layouts.master') @section('title') @lang('translation.settings') @endsection @section('content')
| Ref No. | Type | Amount | User | Remark |
|---|---|---|---|---|
| {{ $txn['DocumentNo'] }} | @if($txn['type'] == 'I') Cash In @else Cash Out @endif | {{ number_format($txn['amount'], 2) }} | {{ $txn['data']['Username'] }} | {{ $txn['data']['Notes'] }} |
| No transactions found. | ||||