|
@@ -12,18 +12,18 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="card-body p-0">
|
|
<div class="card-body p-0">
|
|
- <div class="p-3">
|
|
|
|
- <!-- Filter -->
|
|
|
|
- </div>
|
|
|
|
- <table class="table table-condensed p-0 m-0">
|
|
|
|
|
|
+ <!-- <div class="p-3">
|
|
|
|
+ Filter
|
|
|
|
+ </div> -->
|
|
|
|
+ <table class="table table-sm table-striped p-0 m-0">
|
|
<thead class="bg-light">
|
|
<thead class="bg-light">
|
|
<tr>
|
|
<tr>
|
|
- <th class="px-3 border-0">Date</th>
|
|
|
|
- <th class="px-3 border-0">Type</th>
|
|
|
|
- <th class="px-3 border-0">Chart</th>
|
|
|
|
- <th class="px-3 border-0">Context</th>
|
|
|
|
- <th class="px-3 border-0">Amount</th>
|
|
|
|
- <th class="px-3 border-0">Balance</th>
|
|
|
|
|
|
+ <th class="border-0">Date</th>
|
|
|
|
+ <th class="border-0">Type</th>
|
|
|
|
+ <th class="border-0">Chart</th>
|
|
|
|
+ <th class="border-0">Context</th>
|
|
|
|
+ <th class="border-0">Amount</th>
|
|
|
|
+ <th class="border-0">Balance</th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
<tbody>
|
|
<tbody>
|
|
@@ -40,7 +40,7 @@
|
|
</td>
|
|
</td>
|
|
<td>{{ $financialTransaction->reason_type }}</td>
|
|
<td>{{ $financialTransaction->reason_type }}</td>
|
|
<td>${{ $financialTransaction->amount }}</td>
|
|
<td>${{ $financialTransaction->amount }}</td>
|
|
- <td></td>
|
|
|
|
|
|
+ <td>${{ $financialTransaction->resulting_balance }}</td>
|
|
</tr>
|
|
</tr>
|
|
@endforeach
|
|
@endforeach
|
|
|
|
|