file updates..
This commit is contained in:
parent
382bd28325
commit
9b0ea37cea
2
public/38.js
vendored
2
public/38.js
vendored
File diff suppressed because one or more lines are too long
@ -11,6 +11,7 @@
|
|||||||
<th class="col-xs-4 col-md-4 text-right">{{ trans('general.amount') }}</th>
|
<th class="col-xs-4 col-md-4 text-right">{{ trans('general.amount') }}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
<tbody>
|
<tbody>
|
||||||
@if ($transactions->count())
|
@if ($transactions->count())
|
||||||
@foreach($transactions as $item)
|
@foreach($transactions as $item)
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
<th class="col-xs-4 col-md-4 text-right">{{ trans('general.amount') }}</th>
|
<th class="col-xs-4 col-md-4 text-right">{{ trans('general.amount') }}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
<tbody>
|
<tbody>
|
||||||
@if ($transactions->count())
|
@if ($transactions->count())
|
||||||
@foreach($transactions as $item)
|
@foreach($transactions as $item)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user