{{-- params: modifications, snapshot --}} @if(isset($modifications['start_date']) && $snapshot['start_date'] != $modifications['start_date'])
Start Date:
From: {{ date("d M, Y", strtotime($snapshot['start_date'])) }}
To: {{ date("d M, Y", strtotime($modifications['start_date'])) }}
@endif @if(isset($modifications['new_value']) && $snapshot['value'] != $modifications['new_value'])
Price:
From: {{ cMoney($snapshot['value'], $snapshot['currency'], true) }}
To: {{ cMoney($modifications['new_value'], $snapshot['currency'], true) }}
@endif @if(@$modifications['new_end_date'] && $snapshot['end_date'] != $modifications['new_end_date'])
End Date:
From: {{ date("d M, Y", strtotime($snapshot['end_date'])) }}
To: {{ date("d M, Y", strtotime($modifications['new_end_date'])) }}
@endif @if(@$modifications['end_date'] && $snapshot['end_date'] != $modifications['end_date'])
End Date:
From: {{ date("d M, Y", strtotime($snapshot['end_date'])) }}
To: {{ date("d M, Y", strtotime($modifications['end_date'])) }}
@endif @if(isset($modifications['new_value_resume']) && $snapshot['value'] != $modifications['new_value_resume'])
Price:
From: {{ cMoney($snapshot['value'], $snapshot['currency'], true) }}
To: {{ cMoney($modifications['new_value_resume'], $snapshot['currency'], true) }}
@endif