mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
update
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<td class="header-details">
|
||||
<div class="title">
|
||||
@php
|
||||
$credit_title = \Carbon\Carbon::parse($transaction->created_at)->isAfter('2024-04-02') ? 'Refund' : 'Credit'
|
||||
$credit_title = \Carbon\Carbon::parse($transaction->created_at)->greaterThanOrEqualTo('2024-04-02') ? 'Refund' : 'Credit'
|
||||
@endphp
|
||||
<strong>
|
||||
{{ $transaction->type == 9 ? $credit_title : 'Debit' }} Note
|
||||
|
||||
Reference in New Issue
Block a user