|
@@ -49,7 +49,7 @@
|
|
|
<th>Current balance</th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th>{{$reimbursement['nextPaymentDate']}}</th>
|
|
|
+ <th>{{friendly_date_time($reimbursement['nextPaymentDate'], false)}}</th>
|
|
|
<th>Next Payment Date</th>
|
|
|
</tr>
|
|
|
<tr>
|
|
@@ -61,7 +61,7 @@
|
|
|
<th>Last payment</th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th>{{$reimbursement['lastPaymentDate']}}</th>
|
|
|
+ <th>{{friendly_date_time($reimbursement['lastPaymentDate'], false)}}</th>
|
|
|
<th>Last payment date</th>
|
|
|
</tr>
|
|
|
</tbody>
|